Fix problem with infinite recursion between write_syslogger_file and
Tom Lane <tgl@sss.pgh.pa.us>
Fix problem with infinite recursion between write_syslogger_file and elog if the former has trouble writing its file. Code review for Magnus' patch to redirect stderr to syslog on Windows (Bruce's version seems right, but did some minor prettification). Backpatch both changes to 8.0 branch.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/syslogger.c | modified | +3 −4 |
| src/backend/utils/error/elog.c | modified | +19 −3 |