Thread: pgsql-server: Rotate on time boundaries that are sensible per local time

pgsql-server: Rotate on time boundaries that are sensible per local time

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql-server/src/backend/postmaster:
        syslogger.c (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/postmaster/syslogger.c.diff?r1=1.8&r2=1.9)