forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb27215d
committed
Allow _h_indexbuild() to be interrupted.
When we are building a hash index that is large enough to needpre-sorting (larger than either maintenance_work_mem or NBuffers),the initial sorting phase is interruptible, but the insertionphase wasn't. Add the missing CHECK_FOR_INTERRUPTS().Per bug #18616 from Alexander Lakhin. Back-patch to allsupported branches.Pavel BorisovDiscussion:https://postgr.es/m/18616-acbb9e5caf41e964@postgresql.org1 parentef46a73 commitb27215d
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 |
| |
150 | 153 |
| |
151 | 154 |
| |
|
0 commit comments
Comments
(0)