Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
int
144
pqGets(PQExpBuffer buf, PGconn *conn)
145
{
146
return pqGets_internal(buf, conn, true);
147
}
148
149
int
150
pqGets_append(PQExpBuffer buf, PGconn *conn)
Callers
6
pg_SASL_init
Function · 0.85
pqParseInput3
Function · 0.85
getRowDescriptions
Function · 0.85
pqGetErrorNotice3
Function · 0.85
getParameterStatus
Function · 0.85
getNotify
Function · 0.85
Calls
1
pqGets_internal
Function · 0.85
Tested by
no test coverage detected