Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
int
150
pqGets_append(PQExpBuffer buf, PGconn *conn)
151
{
152
return pqGets_internal(buf, conn, false);
153
}
154
155
156
/*
Callers
1
PQconnectPoll
Function · 0.85
Calls
1
pqGets_internal
Function · 0.85
Tested by
no test coverage detected