Expand pg_control information so that we can verify that the database
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +17 −1 |
| src/bin/pg_controldata/pg_controldata.c | modified | +3 −1 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +5 −1 |
| src/include/catalog/pg_control.h | modified | +18 −2 |