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)
commitccbb07d92229a3ebdfbb129aafaba99a22658403
tree3b06dece17db04a61b5a3832fc7a3ed14420483f
parent6f61ddd40d77a95ad090f002635530fe5406bcbf
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