pgsql/src/backend/access/transam xlog.c

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam xlog.c
Date: 2002-04-21 19:08:02
Message-ID: 20020421190802.8FE6B4758F8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-21 19:12:46 pgsql/src/backend/commands variable.c
Previous Message Thomas Lockhart 2002-04-21 19:02:39 pgsql/doc/src/sgml datatype.sgml ref/abort.sgm ...