MCPcopy Create free account
hub / github.com/apache/cloudberry / PQgetlineAsync

Function PQgetlineAsync

src/interfaces/libpq/fe-exec.c:2792–2799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2790 */
2791
2792int
2793PQgetlineAsync(PGconn *conn, char *buffer, int bufsize)
2794{
2795 if (!conn)
2796 return -1;
2797
2798 return pqGetlineAsync3(conn, buffer, bufsize);
2799}
2800
2801/*
2802 * PQputline -- sends a string to the backend during COPY IN.

Callers 1

pqGetline3Function · 0.85

Calls 1

pqGetlineAsync3Function · 0.85

Tested by

no test coverage detected