Improve log messages related to pg_hba.conf not matching a connection.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2020 22:58:58 +0000 (17:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2020 22:58:58 +0000 (17:58 -0500)
commit7ed616f818f0a5842a927493d049cc393b09b9a1
treefc8132b4ac93b9762a94e2f7e0f9d4c0dd43dfe8
parent4cfdd8a47a9e865a45d38f944c6b0e6c7bc50628
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
src/backend/libpq/auth.c