1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00
Teodor Sigaev cd6f4248f8 Make GIN's cleanup pending list process interruptable
Cleanup process could be called by ordinary insert/update and could take a lot
of time. Add vacuum_delay_point() to make this process interruptable. Under
vacuum 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>
2015-09-07 17:18:10 +03:00
..
2014-12-16 16:39:33 +02:00
2015-09-05 11:37:22 +03:00
2015-03-31 15:15:04 +03:00
2015-05-18 08:40:50 -04:00