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

Function PQcmdStatus

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

Source from the content-addressed store, hash-verified

3555}
3556
3557char *
3558PQcmdStatus(PGresult *res)
3559{
3560 if (!res)
3561 return NULL;
3562 return res->cmdStatus;
3563}
3564
3565/*
3566 * PQoidStatus -

Callers 15

materializeResultFunction · 0.85
materializeQueryResultFunction · 0.85
dblink_execFunction · 0.85
GetTaskFeedbackFunction · 0.85
dispatchDtxCommandFunction · 0.85
processResultsFunction · 0.85
test_pipelined_insertFunction · 0.85
mainFunction · 0.85
ecpg_process_outputFunction · 0.85
PSQLexecWatchFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_pipelined_insertFunction · 0.68
mainFunction · 0.68