diff options
author | Bruce Momjian | 2000-01-10 13:20:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-10 13:20:57 +0000 |
commit | 752314eb261aec632185e914819709f95bddf332 (patch) | |
tree | 547a145bd56ef700edce1899afd7562400453c55 | |
parent | 0f2e7948e2c1414d0a7221c37f2cbd202715caf5 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Jan 9 23:23:02 EST 2000 +Last updated: Mon Jan 10 08:19:08 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -249,7 +249,7 @@ CACHE * Cache most recent query plan(s) [prepare] * Shared catalog cache, reduce lseek()'s by caching table size in shared area -* elog() flushes cache, try invalidating just entries from current xact, +* -elog() flushes cache, try invalidating just entries from current xact, perhaps using invalidation cache |