pgsql: Handle interrupts while waiting on Append's async subplans

2025-03-12 Thread Heikki Linnakangas
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

pgsql: Handle interrupts while waiting on Append's async subplans

2025-03-12 Thread Heikki Linnakangas
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

pgsql: Handle interrupts while waiting on Append's async subplans

2025-03-12 Thread Heikki Linnakangas
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

pgsql: Handle interrupts while waiting on Append's async subplans

2025-03-12 Thread Heikki Linnakangas
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

pgsql: Handle interrupts while waiting on Append's async subplans

2025-03-12 Thread Heikki Linnakangas
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