Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py252 PQresultStatus = libpq.PQresultStatus variable
253 PQresultStatus.restype = c_int
254 PQresultStatus.argtypes = [ c_void_p ]
762 if (PQresultStatus(res) != 4):