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

Function PQresStatus

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

Source from the content-addressed store, hash-verified

3222}
3223
3224char *
3225PQresStatus(ExecStatusType status)
3226{
3227 if ((unsigned int) status >= lengthof(pgresStatus))
3228 return libpq_gettext("invalid ExecStatusType code");
3229 return pgresStatus[status];
3230}
3231
3232char *
3233PQresultErrorMessage(const PGresult *res)

Callers 15

cdbRelMaxSegSizeFunction · 0.85
cdbconn_discardResultsFunction · 0.85
processResultsFunction · 0.85
gp_get_endpointsFunction · 0.85
try_complete_stepFunction · 0.85
test_multi_pipelinesFunction · 0.85
test_nosyncFunction · 0.85
test_pipeline_abortFunction · 0.85
test_pipelined_insertFunction · 0.85
test_preparedFunction · 0.85
test_simple_pipelineFunction · 0.85

Calls 1

libpq_gettextFunction · 0.85

Tested by 10

try_complete_stepFunction · 0.68
test_multi_pipelinesFunction · 0.68
test_nosyncFunction · 0.68
test_pipeline_abortFunction · 0.68
test_pipelined_insertFunction · 0.68
test_preparedFunction · 0.68
test_simple_pipelineFunction · 0.68
test_singlerowmodeFunction · 0.68
test_transactionFunction · 0.68
process_resultFunction · 0.68