Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3557
char *
3558
PQcmdStatus(PGresult *res)
3559
{
3560
if (!res)
3561
return NULL;
3562
return res->cmdStatus;
3563
}
3564
3565
/*
3566
* PQoidStatus -
Callers
15
materializeResult
Function · 0.85
materializeQueryResult
Function · 0.85
dblink_exec
Function · 0.85
GetTaskFeedback
Function · 0.85
doDispatchDtxProtocolCommand
Function · 0.85
dispatchDtxCommand
Function · 0.85
processResults
Function · 0.85
cdbdisp_debugDispatchResult
Function · 0.85
test_pipelined_insert
Function · 0.85
main
Function · 0.85
ecpg_process_output
Function · 0.85
PSQLexecWatch
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_pipelined_insert
Function · 0.68
main
Function · 0.68