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

Function pqTraceOutputf

src/interfaces/libpq/fe-trace.c:340–345  ·  view source on GitHub ↗

CopyFail */

Source from the content-addressed store, hash-verified

338
339/* CopyFail */
340static void
341pqTraceOutputf(FILE *f, const char *message, int *cursor)
342{
343 fprintf(f, "CopyFail\t");
344 pqTraceOutputString(f, message, cursor, false);
345}
346
347/* FunctionCall */
348static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 1

pqTraceOutputStringFunction · 0.85

Tested by

no test coverage detected