forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfae55f0
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 parent9a23967 commitfae55f0
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 |
| |
152 | 155 |
| |
153 | 156 |
| |
|
0 commit comments
Comments
(0)