pgsql-server: Ensure that the remainder of the current pg_clog page is - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Ensure that the remainder of the current pg_clog page is
Date
Msg-id 20040830190042.3BEA75E4719@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Ensure that the remainder of the current pg_clog page is zeroed during
startup, just to be sure that there's no leftover junk there.

Modified Files:
--------------
    pgsql-server/src/backend/access/transam:
        clog.c (r1.25 -> r1.26)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/clog.c.diff?r1=1.25&r2=1.26)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix failure to advance nextXID beyond subtransactions
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix obviously-utterly-untested noTocComments code.