diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-22 15:40:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-22 15:40:16 +0000 |
commit | ccbb07d92229a3ebdfbb129aafaba99a22658403 (patch) | |
tree | 3b06dece17db04a61b5a3832fc7a3ed14420483f /src/backend/commands/explain.c | |
parent | 6f61ddd40d77a95ad090f002635530fe5406bcbf (diff) | |
download | postgresql-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