forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite076ee6
committed
Improve documentation around logging_collector and use of stderr.
In backup.sgml, point out that you need to be using the logging collectorif you want to log messages from a failing archive_command script. (Thisis an oversimplification, in that it will work without the collector aslong as you're not sending postmaster stderr to /dev/null; but it seemslike a good idea to encourage use of the collector to avoid problemswith multiple processes concurrently scribbling on one file.)In config.sgml, do some wordsmithing of logging_collector discussion.Per bug #6518 from Janning Vygen1 parentef03b34 commite076ee6
2 files changed
+34
-12
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 | 1279 |
| |
1280 |
| - | |
1281 |
| - | |
1282 |
| - | |
1283 | 1280 |
| |
1284 | 1281 |
| |
1285 | 1282 |
| |
| |||
1308 | 1305 |
| |
1309 | 1306 |
| |
1310 | 1307 |
| |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1311 | 1318 |
| |
1312 | 1319 |
| |
1313 | 1320 |
| |
|
Lines changed: 24 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2961 | 2961 |
| |
2962 | 2962 |
| |
2963 | 2963 |
| |
2964 |
| - | |
| 2964 | + | |
2965 | 2965 |
| |
2966 | 2966 |
| |
2967 | 2967 |
| |
| |||
2993 | 2993 |
| |
2994 | 2994 |
| |
2995 | 2995 |
| |
2996 |
| - | |
2997 |
| - | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
2998 | 2999 |
| |
2999 | 3000 |
| |
3000 |
| - | |
3001 |
| - | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
3002 | 3004 |
| |
3003 | 3005 |
| |
3004 | 3006 |
| |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
| 3013 | + | |
| 3014 | + | |
| 3015 | + | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
| 3019 | + | |
3005 | 3020 |
| |
3006 | 3021 |
| |
3007 | 3022 |
| |
3008 | 3023 |
| |
3009 |
| - | |
| 3024 | + | |
3010 | 3025 |
| |
3011 |
| - | |
3012 |
| - | |
3013 |
| - | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
3014 | 3029 |
| |
3015 | 3030 |
| |
3016 | 3031 |
| |
|
0 commit comments
Comments
(0)