pgsql: GSSAPI error message improvements - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: GSSAPI error message improvements
Date
Msg-id E1iAwOI-0004XV-M9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
GSSAPI error message improvements

Make the error messages around GSSAPI encryption a bit clearer.  Tweak
some messages to avoid plural problems.

Also make a code change for clarity.  Using "conf" for "confidential"
is quite confusing.  Using "conf_state" is perhaps not much better but
that's what the GSSAPI documentation uses, so there is at least some
hope of understanding it.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/596cf9e806826936869f62232bd011687c467965

Modified Files
--------------
src/backend/libpq/be-secure-gssapi.c    | 38 ++++++++++++++++++---------------
src/interfaces/libpq/fe-secure-gssapi.c | 32 +++++++++++++++------------
2 files changed, 39 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve a release notes item
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: improve documentation around jsonpath regular expressions.