Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs
Michael Paquier <michael@paquier.xyz>
Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs This is particularly useful when log_min_messages is set to FATAL, so as one can know which file was not getting loaded whether hba_file or ident_file are set to some non-default values. If using the default values of these GUC parameters, the same reports are generated. This commit changes the load (startup) and reload (SIGHUP) messages. Author: Julien Rouhaud Discussion: https://postgr.es/m/20220223045959.35ipdsvbxcstrhya@jrouhaud
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +4 −3 |
| src/backend/utils/init/postinit.c | modified | +2 −1 |
Discussion
- Allow file inclusion in pg_hba and pg_ident files 96 messages · 2022-02-23 → 2022-11-28