pgsql: libpq error message refactoring, part 2 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: libpq error message refactoring, part 2
Date
Msg-id E1ouuAt-000Iia-B7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq error message refactoring, part 2

This applies the new APIs to the code.

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Disallow setting archive_library and archive_command at the same
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Add command to use extended query protocol