]> git.ipfire.org Git - thirdparty/postgresql.git/commit
GSSAPI error message improvements
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Sep 2019 13:03:23 +0000 (15:03 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Sep 2019 13:09:38 +0000 (15:09 +0200)
commit596cf9e806826936869f62232bd011687c467965
tree1c4e366a7c296833c8823b38007a3f9a1bd379a4
parent9c4f20066fb20197dfc20e3cf31aa3c890f3646b
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.
src/backend/libpq/be-secure-gssapi.c
src/interfaces/libpq/fe-secure-gssapi.c