summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgvalidate.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-03-22 13:13:58 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-03-22 13:13:58 -0400
commitdf90401556ce77f861d9a2205c90256968939152 (patch)
treedd4f60fd006489b1e35401c2d1d7b9d87060b206 /src/backend/access/spgist/spgvalidate.c
parent8132f0f3856d0d36b140ffadb08bb9a38e4b7837 (diff)
Fix errors in contrib/bloom index build.
Count the number of tuples in the index honestly, instead of assuming that it's the same as the number of tuples in the heap. (It might be different if the index is partial.) Fix counting of tuples in current index page, too. This error would have led to failing to write out the final page of the index if it contained exactly one tuple, so that the last tuple of the relation would not get indexed. Back-patch to 9.6 where contrib/bloom was added. Tomas Vondra and Tom Lane Discussion: https://postgr.es/m/3b3d8eac-c709-0d25-088e-b98339a1b28a@2ndquadrant.com
Diffstat (limited to 'src/backend/access/spgist/spgvalidate.c')
0 files changed, 0 insertions, 0 deletions