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

Function pqTraceOutputQ

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

Query */

Source from the content-addressed store, hash-verified

425
426/* Query */
427static void
428pqTraceOutputQ(FILE *f, const char *message, int *cursor)
429{
430 fprintf(f, "Query\t");
431 pqTraceOutputString(f, message, cursor, false);
432}
433
434/* Authentication */
435static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 1

pqTraceOutputStringFunction · 0.85

Tested by

no test coverage detected