Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py258 PQputCopyEnd = libpq.PQputCopyEnd variable
259 PQputCopyEnd.restype = c_int
260 PQputCopyEnd.argtypes = [ c_void_p, c_void_p ]
770 ret = PQputCopyEnd(conn, None)