pgsql: Fix stale idle flag when IO workers exit. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix stale idle flag when IO workers exit.
Date
Msg-id E1uaP6v-005qSi-2X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix stale idle flag when IO workers exit.

Otherwise we could choose a worker that has exited and crash while
trying to wake it up.

Back-patch to 18.

Reported-by: Tomas Vondra <tomas@vondra.me>
Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/t5aqjhkj6xdkido535pds7fk5z4finoxra4zypefjqnlieevbg%40357aaf6u525j

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/40e105042a4bec83ad8bc39e54edde2caf68d6a8

Modified Files
--------------
src/backend/storage/aio/method_worker.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix inconsistent quoting of role names in ACLs.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix stale idle flag when IO workers exit.