ReadyForQuery */
| 516 | |
| 517 | /* ReadyForQuery */ |
| 518 | static void |
| 519 | pqTraceOutputZ(FILE *f, const char *message, int *cursor) |
| 520 | { |
| 521 | fprintf(f, "ReadyForQuery\t"); |
| 522 | pqTraceOutputByte1(f, message, cursor); |
| 523 | } |
| 524 | |
| 525 | /* |
| 526 | * Print the given message to the trace output stream. |
no test coverage detected