- Notifications
You must be signed in to change notification settings - Fork5
Commitd592a87
committed
Make GIN's cleanup pending list process interruptable
Cleanup process could be called by ordinary insert/update and could take a lotof time. Add vacuum_delay_point() to make this process interruptable. Undervacuum this call will also throttle a vacuum process to decrease system load,called from insert/update it will not throttle, and that reduces a latency.Backpatch for all supported branches.Jeff Janes <jeff.janes@gmail.com>1 parent552723a commitd592a87
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
801 | 801 |
| |
802 | 802 |
| |
803 | 803 |
| |
804 |
| - | |
805 |
| - | |
| 804 | + | |
806 | 805 |
| |
807 | 806 |
| |
808 | 807 |
| |
| |||
842 | 841 |
| |
843 | 842 |
| |
844 | 843 |
| |
845 |
| - | |
846 |
| - | |
| 844 | + | |
847 | 845 |
| |
848 | 846 |
| |
849 | 847 |
| |
| |||
923 | 921 |
| |
924 | 922 |
| |
925 | 923 |
| |
926 |
| - | |
| 924 | + | |
927 | 925 |
| |
928 | 926 |
| |
929 | 927 |
| |
|
0 commit comments
Comments
(0)