Fix online checksums revert leftovers

When reverting the online checksums feature in commit c05d5ce12366f10
I accidentally left the data checksum column in pg_control_checkpoint,
removed setting the checksum init in pg_control_init and omitted the
XLOG_PAGE_MAGIC bump required.

Reported-by: Fujii Masao <[email protected]>
Reported-by: Manuel Reyes Bravo <[email protected]>
Reported-by: Heikki Linnakangas <[email protected]>
Discussion: 
https://postgr.es/m/cahgqgwh-whtq4xd2dedej0nidhkezcct_olmmpgp9nehw4d...@mail.gmail.com

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4a9a6c5a69c45ba74c694ccb1ff5921dd09a6676

Modified Files
--------------
src/backend/access/transam/xlog.c  | 1 +
src/include/access/xlog_internal.h | 2 +-
src/include/catalog/catversion.h   | 2 +-
src/include/catalog/pg_proc.dat    | 6 +++---
4 files changed, 6 insertions(+), 5 deletions(-)

Reply via email to