Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3232
char *
3233
PQresultErrorMessage(const PGresult *res)
3234
{
3235
if (!res || !res->errMsg)
3236
return
""
;
3237
return res->errMsg;
3238
}
3239
3240
char *
3241
PQresultVerboseErrorMessage(const PGresult *res,
Callers
15
ftsReceive
Function · 0.85
GetTaskFeedback
Function · 0.85
cdbRelMaxSegSize
Function · 0.85
get_max_oid_from_segDBs
Function · 0.85
processResults
Function · 0.85
gp_create_restore_point
Function · 0.85
gp_switch_wal
Function · 0.85
try_complete_step
Function · 0.85
test_pipeline_abort
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
7
try_complete_step
Function · 0.68
test_pipeline_abort
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68