On 24.04.24 12:34, Yugo NAGATA wrote:
On Wed, 24 Apr 2024 09:39:02 +0200
Peter Eisentraut wrote:
libpq's pqTraceOutputMessage() used to look like this:
case 'Z': /* Ready For Query */
pqTraceOutputZ(conn->Pfdebug, message, &logCursor);
break;
Commit f4
On Wed, 24 Apr 2024 09:39:02 +0200
Peter Eisentraut wrote:
> libpq's pqTraceOutputMessage() used to look like this:
>
> case 'Z': /* Ready For Query */
> pqTraceOutputZ(conn->Pfdebug, message, &logCursor);
> break;
>
> Commit f4b54e1ed98 introduced macros fo
aceOutput_Describe() and pqTraceOutput_DataRow().From 00a9abce09ec22ff9eb617123bd4bda5701118a2 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Wed, 24 Apr 2024 09:27:46 +0200
Subject: [PATCH] Rename libpq trace internal functions
libpq's pqTraceOutputMessage() used to look like th