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

Function PQflush

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

try to force data out, really only useful for non-blocking users */

Source from the content-addressed store, hash-verified

3802
3803/* try to force data out, really only useful for non-blocking users */
3804int
3805PQflush(PGconn *conn)
3806{
3807 return pqFlush(conn);
3808}
3809
3810/*
3811 * pqPipelineFlush

Callers 12

libpqrcv_endstreamingFunction · 0.85
libpqrcv_sendFunction · 0.85
test_nosyncFunction · 0.85
test_pipelined_insertFunction · 0.85
test_uniqviolFunction · 0.85
PQpipelineSyncFunction · 0.85
sendFeedbackFunction · 0.85
prepareToTerminateFunction · 0.85
sendFeedbackFunction · 0.85
ProcessXLogDataMsgFunction · 0.85
HandleEndOfCopyStreamFunction · 0.85
CheckCopyStreamStopFunction · 0.85

Calls 1

pqFlushFunction · 0.85

Tested by 3

test_nosyncFunction · 0.68
test_pipelined_insertFunction · 0.68
test_uniqviolFunction · 0.68