pgsql/contrib/pg_resetxlog pg_resetxlog.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/contrib/pg_resetxlog pg_resetxlog.c
Date
Msg-id 200103160508.f2G58eq63626@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: pgsql/src/interfaces/odbc connection.c convert ...
Next
From: Tom Lane
Date:
Subject: pgsql/ rc/include/access/xlog.h rc/backend/acc ...