pgsql: libpq error message refactoring, part 2

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq error message refactoring, part 2
Date: 2022-11-15 11:32:20
Message-ID: E1ouuAt-000Iia-B7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq error message refactoring, part 2

This applies the new APIs to the code.

Reviewed-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/7c0232ef-7b44-68db-599d-b327d0640a77(at)enterprisedb(dot)com

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-auth-scram.c | 87 ++---
src/interfaces/libpq/fe-auth.c | 124 +++-----
src/interfaces/libpq/fe-connect.c | 527 +++++++++++++------------------
src/interfaces/libpq/fe-exec.c | 119 +++----
src/interfaces/libpq/fe-gssapi-common.c | 6 +-
src/interfaces/libpq/fe-lobj.c | 69 ++--
src/interfaces/libpq/fe-misc.c | 20 +-
src/interfaces/libpq/fe-protocol3.c | 51 +--
src/interfaces/libpq/fe-secure-common.c | 32 +-
src/interfaces/libpq/fe-secure-gssapi.c | 18 +-
src/interfaces/libpq/fe-secure-openssl.c | 166 ++++------
src/interfaces/libpq/fe-secure.c | 18 +-
12 files changed, 463 insertions(+), 774 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-15 13:28:47 pgsql: psql: Add command to use extended query protocol
Previous Message Peter Eisentraut 2022-11-15 09:13:26 pgsql: Disallow setting archive_library and archive_command at the same