aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-04-26 20:00:21 -0400
committerRobert Haas <rhaas@postgresql.org>2012-04-26 20:00:21 -0400
commit3424bff90f40532527b9cf4f2ad9eaff750682f7 (patch)
tree028c10eea2a93f672d9462ebb4dcef7097d316ca /src/backend/access/gist/gistxlog.c
parent92df2203437603d40417fe711c3cb7066ac4fdf5 (diff)
downloadpostgresql-3424bff90f40532527b9cf4f2ad9eaff750682f7.tar.gz
postgresql-3424bff90f40532527b9cf4f2ad9eaff750682f7.zip
Prevent index-only scans from returning wrong answers under Hot Standby.
The alternative of disallowing index-only scans in HS operation was discussed, but the consensus was that it was better to treat marking a page all-visible as a recovery conflict for snapshots that could still fail to see XIDs on that page. We may in the future try to soften this, so that we simply force index scans to do heap fetches in cases where this may be an issue, rather than throwing a hard conflict.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions