Re: Rename libpq trace internal functions

2024-05-02 Thread Peter Eisentraut
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, ); break; Commit f4b54e1ed98

Re: Rename libpq trace internal functions

2024-04-24 Thread Yugo NAGATA
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, ); > break; > > Commit f4b54e1ed98 introduced macros for

Rename libpq trace internal functions

2024-04-24 Thread Peter Eisentraut
tput_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 this: case 'Z': /* Ready For Query */ pqTraceOu