Fix problem with infinite recursion between write_syslogger_file and

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bdcf632d623f4234d6067d30a004ea1b22ad7a30
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-12T01:55:15Z
Releases: 8.0.2
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

PathChange+/−
src/backend/postmaster/syslogger.c modified +3 −4
src/backend/utils/error/elog.c modified +19 −3