Re: Corruption during WAL replay
Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
From: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
To: Masahiko Sawada <sawada.mshk@gmail.com>,
Andres Freund <andres@anarazel.de>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
Teja Mupparti <tejeswarm@hotmail.com>,
Kyotaro Horiguchi <horikyota.ntt@gmail.com>,
"masahiko.sawada@2ndquadrant.com" <masahiko.sawada@2ndquadrant.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
"hexexpert@comcast.net" <hexexpert@comcast.net>
Date: 2020-12-01T14:58:43Z
Lists: pgsql-hackers
On 06.11.2020 14:40, Masahiko Sawada wrote: > > So I agree to > proceed with the patch that adds a critical section independent of > fixing other related things discussed in this thread. If Teja seems > not to work on this I’ll write the patch. > > Regards, > > > -- > Masahiko Sawada > EnterpriseDB: https://www.enterprisedb.com/ > > Status update for a commitfest entry. The commitfest is closed now. As this entry is a bug fix, I am moving it to the next CF. Are you planning to continue working on it? -- Anastasia Lubennikova Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Harden TAP tests that intentionally corrupt page checksums.
- d09f765b9dcb 12.11 landed
- 6e9ffcf13a4a 13.7 landed
- 579cef5faf11 14.3 landed
- 3d263b09058a 11.16 landed
- 174877f1e344 15.0 landed
-
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
- 412ad7a55639 15.0 landed
- 57f618310f83 10.21 landed
- 118f1a332b00 11.16 landed
- 3821d66a7b3e 12.11 landed
- 1ce14b6b2fe4 13.7 landed
- bbace5697df1 14.3 landed
-
Remember to reset yy_start state when firing up repl_scanner.l.
- ef9706bbc8ce 14.2 cited