Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler?
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-06-21T11:02:57Z
Lists: pgsql-hackers
On Tue, Jun 21, 2022 at 7:44 PM Michael Paquier <michael@paquier.xyz> wrote: > The extra business with QueryCancelHoldoffCount and DoingCommandRead > is the only addition for the snapshot, lock and tablespace conflict > handling part. I don't see why a reason why that could be wrong on a > close lookup. Anyway, why don't you check QueryCancelPending on top > of QueryCancelHoldoffCount? The idea of this patch is to make ProcessRecoveryConflictInterrupt() throw its own ERROR, instead of setting QueryCancelPending (as an earlier version of the patch did). It still has to respect QueryCancelHoldoffCount, though, to avoid emitting an ERROR at bad times for the fe/be protocol.
Commits
-
Fix recovery conflict SIGUSR1 handling.
- 0da096d78e1e 17.0 landed
-
Redesign interrupt/cancel API for regex engine.
- db4f21e4a34b 16.0 landed
-
Update contrib/trgm_regexp's memory management.
- 6db75edb2ecb 16.0 landed
-
Update tsearch regex memory management.
- 4f51429dd7f1 16.0 landed
-
Use MemoryContext API for regex memory management.
- bea3d7e3831f 16.0 landed