Rotate on time boundaries that are sensible per local time rather than GMT.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2004 00:21:25 +0000 (00:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2004 00:21:25 +0000 (00:21 +0000)
commit95f20b96d4f76480044d86d6c30c85fb50954978
tree9686a3e429f1a223dcf7575dbd4147e5cc99c392
parent6da0c439ee9e3648b252ad1483f25bc6bd9034b6
Rotate on time boundaries that are sensible per local time rather than GMT.
Also, avoid truncating the file we just wrote into, which might otherwise
easily happen at DST boundaries.  Ed L. and Tom Lane.
src/backend/postmaster/syslogger.c