Record data_checksum_version in control file.
Simon Riggs <simon@2ndQuadrant.com>
Record data_checksum_version in control file. The value is not used anywhere in code, but will allow future changes to the checksum version should that become necessary in the future.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +3 −3 |
| src/backend/bootstrap/bootstrap.c | modified | +3 −2 |
| src/bin/pg_controldata/pg_controldata.c | modified | +2 −2 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +2 −2 |
| src/include/catalog/pg_control.h | modified | +2 −2 |
| src/include/storage/bufpage.h | modified | +4 −1 |