summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2015-09-07 17:17:15 +0300
committerTeodor Sigaev <teodor@sigaev.ru>2015-09-07 17:17:15 +0300
commitd592a8745fd0320fd5e691b59bf5a95d9834a286 (patch)
tree7131317d12ba495e61c85f9cf2bb0aeec0145b3f /src/backend/access/transam/xlog.c
parent552723a3bf6d3caefafaa0afe9afcde31ccdb481 (diff)
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>
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions