Improve log messages related to pg_hba.conf not matching a connection.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d05e14d786acacfdf0bd7f3202c543fffaf832ca
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-12-28T22:58:58Z
Releases: 13.2
Improve log messages related to pg_hba.conf not matching a connection.

Include details on whether GSS encryption has been activated;
since we added "hostgssenc" type HBA entries, that's relevant info.

Kyotaro Horiguchi and Tom Lane.  Back-patch to v12 where
GSS encryption was introduced.

Discussion: https://postgr.es/m/e5b0b6ed05764324a2f3fe7acfc766d5@smhi.se

Files

PathChange+/−
src/backend/libpq/auth.c modified +28 −44

Discussion