diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-01-13 03:39:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-01-13 03:39:45 +0000 |
commit | 3af969d4a00050769e762b9e44ccf28935b0c702 (patch) | |
tree | d3d430f0cabd507b1d4be20a3d0627228e55da58 | |
parent | af53b624f0515f9e7674cdc650c3b197139cd9b5 (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: Wed Jan 12 22:32:53 EST 2000 +Last updated: Wed Jan 12 22:36:16 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -251,7 +251,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 |