forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite085789
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 parenta63aef5 commite085789
1 file changed
+3
-0
lines changedOriginal 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)