Home
last modified time | relevance | path

Searched refs:PQstatus (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py246 PQstatus = libpq.PQstatus variable
247 PQstatus.restype = c_int
248 PQstatus.argtypes = [ c_void_p ]
756 if (PQstatus(conn)):