pgsql: libpq: Fix up some error message coding

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Fix up some error message coding
Date: 2023-06-15 11:57:21
Message-ID: E1q9lbN-001up7-9U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Fix up some error message coding

This applies the new error message API from commit 0873b2d354 to the
changes introduced by bbf9c282ce. The latter was committed shortly
after the former, so it probably didn't get the news in time.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d6326ba8fe69ced797412ea9bb97b2f35588f791

Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2023-06-15 13:41:52 pgsql: Remove outdated reference to a removed file
Previous Message Michael Paquier 2023-06-15 08:29:35 pgsql: Add missing subscription TAP test for meson