]> granicus.if.org Git - postgresql/commit
Fix problem with infinite recursion between write_syslogger_file and
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Mar 2005 01:55:15 +0000 (01:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Mar 2005 01:55:15 +0000 (01:55 +0000)
commitbdcf632d623f4234d6067d30a004ea1b22ad7a30
tree225bdd28327760f19b404941514f2ce8e5f8b183
parent2e964aee757c1000590fc38c411ebdfbd66d37fe
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.
src/backend/postmaster/syslogger.c
src/backend/utils/error/elog.c