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

Function pqTraceOutputv

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

NegotiateProtocolVersion */

Source from the content-addressed store, hash-verified

484
485/* NegotiateProtocolVersion */
486static void
487pqTraceOutputv(FILE *f, const char *message, int *cursor)
488{
489 fprintf(f, "NegotiateProtocolVersion\t");
490 pqTraceOutputInt32(f, message, cursor, false);
491 pqTraceOutputInt32(f, message, cursor, false);
492}
493
494/* FunctionCallResponse */
495static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 1

pqTraceOutputInt32Function · 0.85

Tested by

no test coverage detected