forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb6e3673
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 parent1e03094 commitb6e3673
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 |
| - | |
798 |
| - | |
| 797 | + | |
799 | 798 |
| |
800 | 799 |
| |
801 | 800 |
| |
| |||
835 | 834 |
| |
836 | 835 |
| |
837 | 836 |
| |
838 |
| - | |
839 |
| - | |
| 837 | + | |
840 | 838 |
| |
841 | 839 |
| |
842 | 840 |
| |
| |||
916 | 914 |
| |
917 | 915 |
| |
918 | 916 |
| |
919 |
| - | |
| 917 | + | |
920 | 918 |
| |
921 | 919 |
| |
922 | 920 |
| |
|
0 commit comments
Comments
(0)