]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 18:19:18 +0000 (18:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 18:19:18 +0000 (18:19 +0000)
commitf316222930a1735105862423c25cc6ca4ccddee7
tree78a7fca460eb1f9cb4992a53c34b59996668c5f6
parentbbda96d76d6a10bbd662e4e71135b188e23a815b
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