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

Function PQpipelineStatus

src/interfaces/libpq/fe-connect.c:7027–7034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7025}
7026
7027PGpipelineStatus
7028PQpipelineStatus(const PGconn *conn)
7029{
7030 if (!conn)
7031 return PQ_PIPELINE_OFF;
7032
7033 return conn->pipelineStatus;
7034}
7035
7036int
7037PQconnectionNeedsPassword(const PGconn *conn)

Callers 7

test_multi_pipelinesFunction · 0.85
test_pipeline_abortFunction · 0.85
test_simple_pipelineFunction · 0.85
sendCommandFunction · 0.85
advanceConnectionStateFunction · 0.85
executeMetaCommandFunction · 0.85

Calls

no outgoing calls

Tested by 4

test_multi_pipelinesFunction · 0.68
test_pipeline_abortFunction · 0.68
test_simple_pipelineFunction · 0.68