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

Function PQresultErrorMessage

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

Source from the content-addressed store, hash-verified

3230}
3231
3232char *
3233PQresultErrorMessage(const PGresult *res)
3234{
3235 if (!res || !res->errMsg)
3236 return "";
3237 return res->errMsg;
3238}
3239
3240char *
3241PQresultVerboseErrorMessage(const PGresult *res,

Callers 15

ftsReceiveFunction · 0.85
GetTaskFeedbackFunction · 0.85
cdbRelMaxSegSizeFunction · 0.85
get_max_oid_from_segDBsFunction · 0.85
processResultsFunction · 0.85
gp_create_restore_pointFunction · 0.85
gp_switch_walFunction · 0.85
try_complete_stepFunction · 0.85
test_pipeline_abortFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 7

try_complete_stepFunction · 0.68
test_pipeline_abortFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68