GSSAPI error message improvements

Peter Eisentraut <peter@eisentraut.org>

Commit: e1c8743e6ccd262df84fa2d80bf21d72115ac0d6
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-09-19T13:09:49Z
Releases: 13.0
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.

Files

PathChange+/−
src/backend/libpq/be-secure-gssapi.c modified +21 −17
src/interfaces/libpq/fe-secure-gssapi.c modified +18 −14