]> granicus.if.org Git - postgresql/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:49 +0000 (15:09 +0200)
commite1c8743e6ccd262df84fa2d80bf21d72115ac0d6
tree502c3917d90408bba5d19ed1d8c1c9124a4b791b
parent70377cf4c6bf4eb4b2d1209752a300d5f3571145
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