Provide for logfiles in machine readable CSV format. In consequence, rename
Andrew Dunstan <andrew@dunslane.net>
Provide for logfiles in machine readable CSV format. In consequence, rename redirect_stderr to logging_collector. Original patch from Arul Shaji, subsequently modified by Greg Smith, and then heavily modified by me.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +122 −17 |
| doc/src/sgml/func.sgml | modified | +4 −4 |
| doc/src/sgml/maintenance.sgml | modified | +4 −3 |
| src/backend/postmaster/postmaster.c | modified | +3 −3 |
| src/backend/postmaster/syslogger.c | modified | +211 −61 |
| src/backend/utils/adt/misc.c | modified | +3 −3 |
| src/backend/utils/error/elog.c | modified | +291 −17 |
| src/backend/utils/misc/guc.c | modified | +7 −5 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +5 −4 |
| src/include/postmaster/syslogger.h | modified | +9 −7 |
| src/include/utils/elog.h | modified | +2 −1 |
| src/test/bench/runwisc.sh | modified | +2 −2 |