pgsql: Fix tuple counting in SP-GiST index build.
Started by Tom Laneover 8 years ago1 messagescomitters
Fix tuple counting in SP-GiST 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.)
Back-patch to all supported versions.
Tomas Vondra
Discussion: /messages/by-id/3b3d8eac-c709-0d25-088e-b98339a1b28a@2ndquadrant.com
Branch
------
REL9_3_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/46f80803a1273836b818a60127ae01a891c42c85
Modified Files
--------------
src/backend/access/spgist/spginsert.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)