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

  1. Fix corruption when relation truncation fails.

  2. Replace buffer I/O locks with condition variables.