Online checksums patch - once again
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2019-08-26T18:56:35Z
Lists: pgsql-hackers
Attachments
- 0001-WIP-global-barriers.patch (text/x-patch) patch 0001
- 0002-Online-checksums-patch-for-v13.patch (text/x-patch) patch v13-0002
OK, let's try this again :) This is work mainly based in the first version of the online checksums patch, but based on top of Andres WIP patchset for global barriers ( https://www.postgresql.org/message-id/20181030051643.elbxjww5jjgnjaxg%40alap3.anarazel.de ) Andres patch has been enhanced with wait events per https://www.postgresql.org/message-id/CABUevEwy4LUFqePC5YzanwtzyDDpYvgrj6R5WNznwrO5ouVg1w%40mail.gmail.com . I'm including both those as attachments here to hopefully trick the cfbot into being able to build things :) Other than that, we believe that the list of objections from the first one should be covered by now, but it's been quite some time and many emails, so it's possible we missed some. So if you find them, point them out! Documentation needs another go-over in particular base don changes since, but the basic principles of how it works should not have changed. //Magnus & Daniel
Commits
-
Online enabling and disabling of data checksums
- f19c0eccae96 19 (unreleased) landed
-
Add documentation chapter about checksums
- cf621d9d84db 14.0 landed
-
Record data_checksum_version in control file.
- 443951748ce4 9.3.0 cited