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

Function PQresultStatus

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

Source from the content-addressed store, hash-verified

3214/* ====== accessor funcs for PGresult ======== */
3215
3216ExecStatusType
3217PQresultStatus(const PGresult *res)
3218{
3219 if (!res)
3220 return PGRES_FATAL_ERROR;
3221 return res->resultStatus;
3222}
3223
3224char *
3225PQresStatus(ExecStatusType status)

Callers 15

do_sql_commandFunction · 0.85
pgfdw_exec_cleanup_queryFunction · 0.85
get_remote_estimateFunction · 0.85
create_cursorFunction · 0.85
fetch_more_dataFunction · 0.85
close_cursorFunction · 0.85
execute_foreign_modifyFunction · 0.85
prepare_foreign_modifyFunction · 0.85
deallocate_queryFunction · 0.85
execute_dml_stmtFunction · 0.85

Calls

no outgoing calls

Tested by 15

mainFunction · 0.68
run_permutationFunction · 0.68
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