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

Function commandFailed

src/bin/pgbench/pgbench.c:2846–2851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2844}
2845
2846static void
2847commandFailed(CState *st, const char *cmd, const char *message)
2848{
2849 pg_log_error("client %d aborted in command %d (%s) of script %d; %s",
2850 st->id, st->command, cmd, st->use_file, message);
2851}
2852
2853/* return a script number with a weighted choice. */
2854static int

Callers 2

advanceConnectionStateFunction · 0.85
executeMetaCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected