pgsql/src/backend/access/transam xlog.c - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql/src/backend/access/transam xlog.c
Date
Msg-id 20020421190802.8FE6B4758F8@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/21 15:08:02

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

Log message:
    Add fields in the control file to check for whether the backend was
    compiled for integer date/time storage and to check the length of
    storage for the locale fields in the same data structure.
    Slightly reword some of the error messages to be more accurate on
    possible recovery options (e.g. recompile *or* re-initdb).
    Bump version number on this file.


pgsql-committers by date:

Previous
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/doc/src/sgml datatype.sgml ref/abort.sgm ...
Next
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/commands variable.c