pgsql: Improve log messages related to pg_hba.conf not matching a conne

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve log messages related to pg_hba.conf not matching a conne
Date: 2020-12-28 22:59:13
Message-ID: E1ku1Tt-0006OQ-Fs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3995c424984e991b1069a2869af972dc07574c0b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-12-29 08:01:32 pgsql: doc: Improve description of min_dynamic_shared_memory
Previous Message Tom Lane 2020-12-28 20:43:59 pgsql: Fix bugs in libpq's GSSAPI encryption support.