aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-22 15:40:16 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-22 15:40:16 +0000
commitccbb07d92229a3ebdfbb129aafaba99a22658403 (patch)
tree3b06dece17db04a61b5a3832fc7a3ed14420483f /src/backend/commands/explain.c
parent6f61ddd40d77a95ad090f002635530fe5406bcbf (diff)
downloadpostgresql-ccbb07d92229a3ebdfbb129aafaba99a22658403.tar.gz
postgresql-ccbb07d92229a3ebdfbb129aafaba99a22658403.zip
Fix typo:
< Currently indexes do not have enough tuple tuple visibility < information to allow data to be pulled from the index without < also accessing the heap. One way to allow this is to set a bit < to index tuples to indicate if a tuple is currently visible to < all transactions when the first valid heap lookup happens. This < bit would have to be cleared when a heap tuple is expired. > Currently indexes do not have enough tuple visibility information > to allow data to be pulled from the index without also accessing > the heap. One way to allow this is to set a bit to index tuples > to indicate if a tuple is currently visible to all transactions > when the first valid heap lookup happens. This bit would have to > be cleared when a heap tuple is expired.
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions