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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Ensure that the remainder of the current pg_clog page is
Date: 2004-08-30 19:00:42
Message-ID: 20040830190042.3BEA75E4719@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-08-30 19:44:14 pgsql-server: Fix obviously-utterly-untested noTocComments code.
Previous Message Tom Lane 2004-08-30 19:00:04 pgsql-server: Fix failure to advance nextXID beyond subtransactions