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

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

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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...