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

Function pqGets_append

src/interfaces/libpq/fe-misc.c:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int
150pqGets_append(PQExpBuffer buf, PGconn *conn)
151{
152 return pqGets_internal(buf, conn, false);
153}
154
155
156/*

Callers 1

PQconnectPollFunction · 0.85

Calls 1

pqGets_internalFunction · 0.85

Tested by

no test coverage detected