pgsql/contrib/pg_resetxlog pg_resetxlog.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/pg_resetxlog pg_resetxlog.c
Date: 2001-03-16 05:08:40
Message-ID: 200103160508.f2G58eq63626@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/16 00:08:39

Modified files:
contrib/pg_resetxlog: pg_resetxlog.c

Log message:
Resetting the XLOG can't include rewinding it to logical position zero,
because we need page LSNs stored in the main database to be less than
the current XLOG position. Hence, generate the new XLOG segment at last
old segment number plus one.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-03-16 05:44:34 pgsql/ rc/include/access/xlog.h rc/backend/acc ...
Previous Message Hiroshi Inoue 2001-03-16 01:17:23 pgsql/src/interfaces/odbc connection.c convert ...