Re: BUG #18426: Canceling vacuum while truncating a relation leads to standby PANIC
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2024-04-12T06:43:37Z
Lists: pgsql-bugs
On Fri, Apr 12, 2024 at 6:41 PM Thomas Munro <thomas.munro@gmail.com> wrote: > mentions blocks past the (primary's) end. First thought is that that s/primary/standby/
Commits
-
Fix corruption when relation truncation fails.
- 2280912165d6 13.19 landed
- 23c743b645a5 14.16 landed
- fb540b6aa5ab 15.11 landed
- ba02d24bacbb 16.7 landed
- 0350b876b074 17.3 landed
- 38c579b08988 18.0 landed
-
Replace buffer I/O locks with condition variables.
- d87251048a0f 14.0 cited