Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py216 PQresultStatus = libpq.PQresultStatus variable
217 PQresultStatus.restype = c_int
218 PQresultStatus.argtypes = [ c_void_p ]
534 if (PQresultStatus(res) != 4):