Fix typo:
authorBruce Momjian <bruce@momjian.us>
Fri, 22 Apr 2005 15:40:16 +0000 (15:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 22 Apr 2005 15:40:16 +0000 (15:40 +0000)
commit14856e2c6aa5833141003cee359d604e3264914d
tree095745ece34b40ce963db436dad3844c624d55df
parenta191fb4d1f45bfcc3733e4ff6fde26cd47c20511
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.
doc/TODO
doc/src/FAQ/TODO.html