pgsql: Handle interrupts while waiting on Append's async subplans - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Handle interrupts while waiting on Append's async subplans
Date
Msg-id E1tsRY1-0028sl-1b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Handle interrupts while waiting on Append's async subplans

We did not wake up on interrupts while waiting on async events on an
async-capable append node. For example, if you tried to cancel the
query, nothing would happen until one of the async subplans becomes
readable. To fix, add WL_LATCH_SET to the WaitEventSet.

Backpatch down to v14 where async Append execution was introduced.

Discussion: https://www.postgresql.org/message-id/37a40570-f558-40d3-b5ea-5c2079b3b30b@iki.fi

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/004dbbd72f7505105a10d4e8ccb9a5a5d87125ed

Modified Files
--------------
src/backend/executor/nodeAppend.c | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Modularize log_connections output
Next
From: Melanie Plageman
Date:
Subject: pgsql: Increase default effective_io_concurrency to 16