From: | Greg Sabino Mullane <htamfids(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, Michael Banck <mbanck(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Enable data checksums by default |
Date: | 2024-08-23 13:55:58 |
Message-ID: | CAKAnmmLsxK_EHrcvJBEQzdZFG6NdoaWPD50R2+yfiVGYoGVCrA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Rebased and reworked patches attached:
v2-0001-Add-new-initdb-argument-no-data-checksums-to-force-checksums-off.patch
- Adds --no-data-checksums to initdb.c, adjusts --help and sgml docs, adds
simple tests
v2-0002-Allow-tests-to-force-checksums-off-when-calling-init.patch
- Adjusts the Perl tests to use the new flag as needed
v2-0003-Change-initdb-to-default-to-using-data-checksums.patch
- Flips the boolean to true, adjusts the tests to match it, tweaks docs
v2-0004-Tweak-docs-to-reduce-possible-impact-of-data-checksums.patch
- Changes "noticeable" penalty to "small" penalty
Cheers,
Greg
Attachment | Content-Type | Size |
---|---|---|
v2-0004-Tweak-docs-to-reduce-possible-impact-of-data-checksums.patch | application/octet-stream | 1.0 KB |
v2-0001-Add-new-initdb-argument-no-data-checksums-to-force-checksums-off.patch | application/octet-stream | 3.4 KB |
v2-0003-Change-initdb-to-default-to-using-data-checksums.patch | application/octet-stream | 2.9 KB |
v2-0002-Allow-tests-to-force-checksums-off-when-calling-init.patch | application/octet-stream | 3.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2024-08-23 14:02:26 | Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs |
Previous Message | Dean Rasheed | 2024-08-23 13:49:22 | Optimising numeric division |