Re: Enable data checksums by default - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Enable data checksums by default
Date
Msg-id CAKAnmmLzWiQwLMaRmAUDOWCnpRLG2+WEjWD2y7ab3EC5T5marA@mail.gmail.com
Whole thread Raw
In response to Re: Enable data checksums by default  (Greg Sabino Mullane <htamfids@gmail.com>)
List pgsql-hackers
Thank you for the feedback. Please find attached three separate patches. One to add a new flag to initdb (--no-data-checksums), one to adjust the tests to use this flag as needed, and the final to make the actual switch of the default value (along with tests and docs).

Cheers,
Greg


Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Next
From: Robert Haas
Date:
Subject: Re: Vectored IO in XLogWrite()