pgsql/src include/access/xlog.h backend/access ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/access/xlog.h backend/access ...
Date: 2001-03-13 20:32:38
Message-ID: 200103132032.f2DKWcc35963@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/13 15:32:38

Modified files:
src/include/access: xlog.h
src/backend/access/transam: xlog.c

Log message:
Change xlog page-header format to include StartUpID. Use the SUI to
detect case that next page in log came from an older run than the prior
page. This avoids the necessity to re-zero the log after recovery from
a crash, which is good because we need not risk destroying valuable log
information.
This forces another initdb since yesterday :-(. Need to get that log
reset utility done...

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-03-13 20:42:11 pgsql/doc FAQ_Solaris
Previous Message Peter Eisentraut - PostgreSQL 2001-03-13 19:28:02 pgsql/contrib Makefile