diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-18 03:46:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-18 03:46:31 +0000 |
commit | 41d64a185e2ca7c80260a0f60890102550141d19 (patch) | |
tree | a0fccb73692196bafd57c06e6b06c4181aa4b5ef | |
parent | f1e8b57731bf07f4c4bbac3261d202079a8fcdb7 (diff) | |
download | postgresql-41d64a185e2ca7c80260a0f60890102550141d19.tar.gz postgresql-41d64a185e2ca7c80260a0f60890102550141d19.zip |
Fix html.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -716,7 +716,7 @@ Cache 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. - + * Consider automatic caching of queries at various levels: o Parsed query tree o Query execute plan |