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

2020-12-28 Thread Tom Lane
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. Discuss

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

2020-12-28 Thread Tom Lane
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. Discuss

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

2020-12-28 Thread Tom Lane
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. Discuss