forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite266922
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 parente956808 commite266922
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
813 |
| - | |
814 |
| - | |
| 813 | + | |
815 | 814 |
| |
816 | 815 |
| |
817 | 816 |
| |
| |||
851 | 850 |
| |
852 | 851 |
| |
853 | 852 |
| |
854 |
| - | |
855 |
| - | |
| 853 | + | |
856 | 854 |
| |
857 | 855 |
| |
858 | 856 |
| |
| |||
937 | 935 |
| |
938 | 936 |
| |
939 | 937 |
| |
940 |
| - | |
| 938 | + | |
941 | 939 |
| |
942 | 940 |
| |
943 | 941 |
| |
|
0 commit comments
Comments
(0)