forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab02d35
committed
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Slow functions in index expressions might cause this loop to take longenough to make it worth being cancellable. Probably it would be enoughto call CHECK_FOR_INTERRUPTS here, but for consistency with otherper-sample-row loops in this file, let's use vacuum_delay_point.Report and patch by Jeff Janes. Back-patch to all supported branches.1 parent054723b commitab02d35
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
| 697 | + | |
696 | 698 | | |
697 | 699 | | |
698 | 700 | | |
| |||
0 commit comments
Comments
(0)