NegotiateProtocolVersion */
| 484 | |
| 485 | /* NegotiateProtocolVersion */ |
| 486 | static void |
| 487 | pqTraceOutputv(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 */ |
| 495 | static void |
no test coverage detected