diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-13 16:16:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-13 16:16:47 -0400 |
commit | b49013f2e86ad2cf01953f79992574e7ec2cdf02 (patch) | |
tree | 20a14cf76b9f1eea42066f2f606468cd3602b5e0 /src/backend/executor/nodeMaterial.c | |
parent | 0970889e352ccef7d1b5f32855b3db02a9946e90 (diff) | |
download | postgresql-b49013f2e86ad2cf01953f79992574e7ec2cdf02.tar.gz postgresql-b49013f2e86ad2cf01953f79992574e7ec2cdf02.zip |
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
Diffstat (limited to 'src/backend/executor/nodeMaterial.c')
0 files changed, 0 insertions, 0 deletions