Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Matthias van de Meent <boekewurm+postgres@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-04-19T05:19:45Z
Lists: pgsql-hackers
On Mon, Apr 18, 2022 at 05:48:50PM +0200, Matthias van de Meent wrote: > Seeing that the busiest time for PG15 - the last commitfest before the > feature freeze - has passed, could someone take another look at this? The next minor release is three weeks away, so now would be a good time to get that addressed. Heikki, Andres, are you planning to look more at what has been proposed here? -- Michael
Commits
-
Add more protections in WAL record APIs against overflows
- 8fcb32db98ed 16.0 landed
-
Add overflow protection for block-related data in WAL records
- ffd1b6bb6f8a 16.0 landed
-
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
- b0a55e43299c 16.0 cited
-
Revamp the WAL record format.
- 2c03216d8311 9.5.0 cited