diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-03-29 15:04:09 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-03-29 15:04:18 -0400 |
commit | f444de5e34f673043b948e14ad3f76a30f698ecb (patch) | |
tree | b171ae1738c3191ee278c8db2c316e981bae09b6 /src/backend/utils/adt/oracle_compat.c | |
parent | 3740bb8347a946232ad281174398a825c1b40c73 (diff) |
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Slow functions in index expressions might cause this loop to take long
enough to make it worth being cancellable. Probably it would be enough
to call CHECK_FOR_INTERRUPTS here, but for consistency with other
per-sample-row loops in this file, let's use vacuum_delay_point.
Report and patch by Jeff Janes. Back-patch to all supported branches.
Diffstat (limited to 'src/backend/utils/adt/oracle_compat.c')
0 files changed, 0 insertions, 0 deletions