diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-06-20 18:14:00 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-06-20 18:14:00 -0700 |
commit | e8f201ab82be234b2f103234cf9f262f9afeaeba (patch) | |
tree | 8f67edc905e5a192fea4db301a49bd342c0e3060 /src/backend/access/gist/gistbuild.c | |
parent | 96795176810b979a2bf1f4563bdcb161679d5b95 (diff) | |
download | postgresql-e8f201ab82be234b2f103234cf9f262f9afeaeba.tar.gz postgresql-e8f201ab82be234b2f103234cf9f262f9afeaeba.zip |
Remove overzealous VACUUM failsafe assertions.
The failsafe can trigger when index processing is already disabled.
This can happen when VACUUM's INDEX_CLEANUP parameter is "off" and the
failsafe happens to trigger. Remove assertions that assume that index
processing is directly tied to the failsafe.
Oversight in commit c242baa4, which made it possible for the failsafe to
trigger in a two-pass strategy VACUUM that has yet to make its first
call to lazy_vacuum_all_indexes().
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions