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

Function pqTraceOutputR

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

Authentication */

Source from the content-addressed store, hash-verified

433
434/* Authentication */
435static void
436pqTraceOutputR(FILE *f, const char *message, int *cursor)
437{
438 fprintf(f, "Authentication\t");
439 pqTraceOutputInt32(f, message, cursor, false);
440}
441
442/* ParameterStatus */
443static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 1

pqTraceOutputInt32Function · 0.85

Tested by

no test coverage detected