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)
commitd75835a494e95a802ae49aa83a0ac0b4a82bcbf8
treeb710d20b7785d11b964f7322a197fcdba8d6e507
parent93e34d4c7c97ca9c9e3c874274ef530dd550e86b
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