pgsql: Allow _h_indexbuild() to be interrupted. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Allow _h_indexbuild() to be interrupted.
Date
Msg-id E1spCjF-000yma-5o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow _h_indexbuild() to be interrupted.

When we are building a hash index that is large enough to need
pre-sorting (larger than either maintenance_work_mem or NBuffers),
the initial sorting phase is interruptible, but the insertion
phase wasn't.  Add the missing CHECK_FOR_INTERRUPTS().

Per bug #18616 from Alexander Lakhin.  Back-patch to all
supported branches.

Pavel Borisov

Discussion: https://postgr.es/m/18616-acbb9e5caf41e964@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fae55f0bb38504b3774fa50152d3c14d2f09aa15

Modified Files
--------------
src/backend/access/hash/hashsort.c | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add commit 2b03cfeea4 to .git-blame-ignore-revs.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: add dynamic shared memory registry item