Re: Allow cancelling VACUUM of nbtrees with corrupted right links

Peter Geoghegan <pg@bowt.ie>

From: Peter Geoghegan <pg@bowt.ie>
To: Andres Freund <andres@anarazel.de>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-06-27T20:12:19Z
Lists: pgsql-hackers
On Wed, Jun 27, 2018 at 1:11 PM, Andres Freund <andres@anarazel.de> wrote:
> Well, I don't really want to generally do better. Just be able to check
> for interrupts ;)

That's what I meant. :-)


-- 
Peter Geoghegan


Commits

  1. Check for interrupts inside the nbtree page deletion code.