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

Function pqTraceOutputZ

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

ReadyForQuery */

Source from the content-addressed store, hash-verified

516
517/* ReadyForQuery */
518static void
519pqTraceOutputZ(FILE *f, const char *message, int *cursor)
520{
521 fprintf(f, "ReadyForQuery\t");
522 pqTraceOutputByte1(f, message, cursor);
523}
524
525/*
526 * Print the given message to the trace output stream.

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 1

pqTraceOutputByte1Function · 0.85

Tested by

no test coverage detected