File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TODO list for PostgreSQL
6
6
Bracketed items "[]" have more detail.
7
7
8
8
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9
- Last updated: Mon Nov 8 10:17:53 EST 2004
9
+ Last updated: Mon Nov 8 10:32:30 EST 2004
10
10
11
11
The most recent version of this document can be viewed at the PostgreSQL web
12
12
site, http://www.PostgreSQL.org.
@@ -658,7 +658,7 @@ Cache
658
658
659
659
We could use a fixed row count and a +/- count to follow MVCC
660
660
visibility rules, or a single cached value could be used and
661
- invalidated if anyone modifies the table. [count]
661
+ invalidated if anyone modifies the table.
662
662
663
663
* Consider automatic caching of queries at various levels:
664
664
o Parsed query tree
You can’t perform that action at this time.
0 commit comments