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

Function pqGets

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

Source from the content-addressed store, hash-verified

141}
142
143int
144pqGets(PQExpBuffer buf, PGconn *conn)
145{
146 return pqGets_internal(buf, conn, true);
147}
148
149int
150pqGets_append(PQExpBuffer buf, PGconn *conn)

Callers 6

pg_SASL_initFunction · 0.85
pqParseInput3Function · 0.85
getRowDescriptionsFunction · 0.85
pqGetErrorNotice3Function · 0.85
getParameterStatusFunction · 0.85
getNotifyFunction · 0.85

Calls 1

pqGets_internalFunction · 0.85

Tested by

no test coverage detected