From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Expand pg_control information so that we can verify that the |
Date: | 2005-10-03 00:28:43 |
Message-ID: | 20051003002843.D2167D9919@svr1.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Expand pg_control information so that we can verify that the database
was created on a machine with alignment rules and floating-point format
similar to the current machine. Per recent discussion, this seems like
a good idea with the increasing prevalence of 32/64 bit environments.
Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.218 -> r1.219)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.218&r2=1.219)
pgsql/src/bin/pg_controldata:
pg_controldata.c (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/pg_controldata.c.diff?r1=1.25&r2=1.26)
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.36&r2=1.37)
pgsql/src/include/catalog:
pg_control.h (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_control.h.diff?r1=1.23&r2=1.24)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-10-03 00:42:29 | pgsql: Done: < * Have sequence dependency track use of DEFAULT |
Previous Message | Tom Lane | 2005-10-02 23:50:16 | pgsql: Change nextval and other sequence functions to specify their |