]> granicus.if.org Git - postgresql/commit
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2008 20:42:10 +0000 (20:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2008 20:42:10 +0000 (20:42 +0000)
commitace1b29b047ffa9474275078065ca697f0d69852
treee39139e95f508edd3cd71a6a5620f001dce6ef33
parenta794b99a318251d939e5b687f8d7efa63d986108
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
a double-pfree crash and another that effectively disabled size-based rotation
for CSV logs.  Also suppress a memory leak and make some trivial cosmetic
improvements.  Per bug #3901 from Chris Hoover and additional code-reading.
src/backend/postmaster/syslogger.c