pgsql: Replace hardcoded mentions of pg_hosts.conf with GUC - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Replace hardcoded mentions of pg_hosts.conf with GUC
Date
Msg-id E1wh7s4-0000pe-1J@gemulon.postgresql.org
Whole thread
List pgsql-committers
Replace hardcoded mentions of pg_hosts.conf with GUC

Three error messages were using the default file name pg_hosts.conf
and not the variable backing the GUC, which would make logging be
confusing for users who have renamed the file using the GUC.  Fix
by consistently using the HostsFileName variable.

Backpatch down to v19 where serverside SNI was introduced.

Author: Zsolt Parragi <zsolt.parragi@percona.com>
Reviewed-by: Surya Poondla <suryapoondla4@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CAN4CZFMARYjQfgyRaCKOXDO=Q91kuKn=pSC02DAOOr23ojhEGQ@mail.gmail.com
Backpatch-through: 19

Branch
------
master

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

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: pg_dump: check for _beginthreadex() failure in parallel dump
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Replace hardcoded mentions of pg_hosts.conf with GUC