pgsql: GSSAPI error message improvements

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: GSSAPI error message improvements
Date: 2019-09-19 13:22:34
Message-ID: E1iAwOI-0004XU-Lo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-19 15:22:31 pgsql: Doc: improve documentation around jsonpath regular expressions.
Previous Message Peter Eisentraut 2019-09-19 09:47:04 pgsql: doc: Improve a release notes item