pgsql: Improve log messages related to pg_hba.conf not matching a conne - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve log messages related to pg_hba.conf not matching a conne
Date
Msg-id E1ku1Tt-0006OW-Gn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d05e14d786acacfdf0bd7f3202c543fffaf832ca

Modified Files
--------------
src/backend/libpq/auth.c | 72 +++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bugs in libpq's GSSAPI encryption support.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Improve description of min_dynamic_shared_memory