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

Function ConditionError

src/bin/pgbench/pgbench.c:5091–5097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5089}
5090
5091static void
5092ConditionError(const char *desc, int cmdn, const char *msg)
5093{
5094 pg_log_fatal("condition error in script \"%s\" command %d: %s",
5095 desc, cmdn, msg);
5096 exit(1);
5097}
5098
5099/*
5100 * Partial evaluation of conditionals before recording and running the script.

Callers 1

CheckConditionalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected