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

Function pqTraceOutputW

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

CopyBothResponse */

Source from the content-addressed store, hash-verified

505
506/* CopyBothResponse */
507static void
508pqTraceOutputW(FILE *f, const char *message, int *cursor, int length)
509{
510 fprintf(f, "CopyBothResponse\t");
511 pqTraceOutputByte1(f, message, cursor);
512
513 while (length > *cursor)
514 pqTraceOutputInt16(f, message, cursor);
515}
516
517/* ReadyForQuery */
518static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 2

pqTraceOutputByte1Function · 0.85
pqTraceOutputInt16Function · 0.85

Tested by

no test coverage detected