Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 18:19:24 +0000 (18:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 18:19:24 +0000 (18:19 +0000)
commit20f124c94e082013387dec016c153a282f22a798
tree7c73ff02bd959879580865cc3a4cab2acb5a27eb
parentf3aee62925edd543f706185e1ca2bb746d6ab4c0
Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,
per ITAGAKI Takahiro.  Also, rewrite syslogger_forkexec() in hopes of
eliminating the confusion in the first place.
src/backend/postmaster/syslogger.c