summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2021-10-23 18:36:38 -0700
committerNoah Misch <noah@leadboat.com>2021-10-23 18:36:42 -0700
commit0869e53d3a077a6840dbcfe86d4b4fc6b2906fab (patch)
tree9fa9af3732f035a6d14b1f264d783319f2ac458c /contrib/btree_gist
parentfb1aa489e481eb28aee18d4d2d268e76d46740ed (diff)
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
CIC and REINDEX CONCURRENTLY assume backends see their catalog changes no later than each backend's next transaction start. That failed to hold when a backend absorbed a relevant invalidation in the middle of running RelationBuildDesc() on the CIC index. Queries that use the resulting index can silently fail to find rows. Fix this for future index builds by making RelationBuildDesc() loop until it finishes without accepting a relevant invalidation. It may be necessary to reindex to recover from past occurrences; REINDEX CONCURRENTLY suffices. Back-patch to 9.6 (all supported versions). Noah Misch and Andrey Borodin, reviewed (in earlier versions) by Andres Freund. Discussion: https://postgr.es/m/20210730022548.GA1940096@gust.leadboat.com
Diffstat (limited to 'contrib/btree_gist')
0 files changed, 0 insertions, 0 deletions