]> granicus.if.org Git - postgresql/commit
Expand pg_control information so that we can verify that the database
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 00:28:43 +0000 (00:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 00:28:43 +0000 (00:28 +0000)
commit64eea6c21d5ad64753f3564862572951f80d5c92
tree88785cda0f8c110af9a8067ff1dc6141e8eb4f89
parentaa731ed8433914641e42f32fec0fcf27f01aab7e
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.
src/backend/access/transam/xlog.c
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/include/catalog/pg_control.h