aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/giststrat.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-11-03 17:23:13 +0100
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-11-03 17:23:13 +0100
commit37a856567c04cf48d38292afc487be5f2665c2a5 (patch)
tree9f54ae248583428245dffbed59734fefc038b017 /src/backend/access/gist/giststrat.c
parent0f6bd533341341de7007b6d5ed24742211471c68 (diff)
downloadpostgresql-37a856567c04cf48d38292afc487be5f2665c2a5.tar.gz
postgresql-37a856567c04cf48d38292afc487be5f2665c2a5.zip
Fix BRIN summarization concurrent with extension
If a process is extending a table concurrently with some BRIN summarization process, it is possible for the latter to miss pages added by the former because the number of pages is computed ahead of time. Fix by determining a fresh relation size after inserting the placeholder tuple: any process that further extends the table concurrently will update the placeholder tuple, while previous pages will be processed by the heap scan. Reported-by: Tomas Vondra Reviewed-by: Tom Lane Author: Álvaro Herrera Discussion: https://postgr.es/m/083d996a-4a8a-0e13-800a-851dd09ad8cc@2ndquadrant.com Backpatch-to: 9.5
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
0 files changed, 0 insertions, 0 deletions