forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52eaa97
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 asone can know which file was not getting loaded whether hba_file orident_file are set to some non-default values. If using the defaultvalues of these GUC parameters, the same reports are generated.This commit changes the load (startup) and reload (SIGHUP) messages.Author: Julien RouhaudDiscussion:https://postgr.es/m/20220223045959.35ipdsvbxcstrhya@jrouhaud1 parent9d9b789 commit52eaa97
2 files changed
+6
-4
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1419 | 1419 |
| |
1420 | 1420 |
| |
1421 | 1421 |
| |
1422 |
| - | |
| 1422 | + | |
| 1423 | + | |
1423 | 1424 |
| |
1424 | 1425 |
| |
1425 | 1426 |
| |
| |||
2769 | 2770 |
| |
2770 | 2771 |
| |
2771 | 2772 |
| |
2772 |
| - | |
| 2773 | + | |
2773 | 2774 |
| |
2774 | 2775 |
| |
2775 | 2776 |
| |
2776 |
| - | |
| 2777 | + | |
2777 | 2778 |
| |
2778 | 2779 |
| |
2779 | 2780 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
| 221 | + | |
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
|
0 commit comments
Comments
(0)