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

Function pqTraceOutputt

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

ParameterDescription */

Source from the content-addressed store, hash-verified

450
451/* ParameterDescription */
452static void
453pqTraceOutputt(FILE *f, const char *message, int *cursor, bool regress)
454{
455 int nfields;
456
457 fprintf(f, "ParameterDescription\t");
458 nfields = pqTraceOutputInt16(f, message, cursor);
459
460 for (int i = 0; i < nfields; i++)
461 pqTraceOutputInt32(f, message, cursor, regress);
462}
463
464/* RowDescription */
465static void

Callers 1

pqTraceOutputMessageFunction · 0.85

Calls 2

pqTraceOutputInt16Function · 0.85
pqTraceOutputInt32Function · 0.85

Tested by

no test coverage detected