Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths
Ian Lawrence Barwick <barwick@gmail.com>
From: Ian Lawrence Barwick <barwick@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Matthias van de Meent <boekewurm+postgres@gmail.com>,
Heikki Linnakangas <hlinnaka@iki.fi>, David Zhang <david.zhang@highgo.ca>, Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-11-04T00:52:39Z
Lists: pgsql-hackers
2022年10月5日(水) 16:46 Michael Paquier <michael@paquier.xyz>: > > Hi Matthias, > > On Wed, Jul 27, 2022 at 02:07:05PM +0200, Matthias van de Meent wrote: > > My apologies for the time it took me to come back to this thread. > > > + * To accommodate some overhead, hhis MaxXLogRecordSize value allows for > > > s/hhis/this/. > > > > Will be included in the next update.. > > v8 fails to apply. Could you send a rebased version? > > As far as I recall the problems with the block image sizes are solved, > but we still have a bit more to do in terms of the overall record > size. Perhaps there are some parts of the patch you'd like to > revisit? > > For now, I have switched the back as waiting on author, and moved it > to the next CF. Hi Matthias CommitFest 2022-11 is currently underway, so if you are interested in moving this patch forward, now would be a good time to update it. Thanks Ian Barwick
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