Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f715d6

Browse files
committed
Modified/Added
< * Allow row re-use without vacuum (Tom) --- > * Allow row re-use with automatic vacuum (Tom) > * Flush cached query plans when their underlying catalog data changes
1 parent 42e28d2 commit 4f715d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Feb 3 14:23:58 EST 2002
3+
Last updated: Mon Feb 4 15:43:49 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -25,7 +25,7 @@ URGENT
2525
o queries across databases or servers (two-phase commit)
2626
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2727
* Point-in-time data recovery using backup and write-ahead log
28-
* Allow row re-use without vacuum (Tom)
28+
* Allow row re-use with automatic vacuum (Tom)
2929

3030

3131
REPORTING
@@ -300,7 +300,7 @@ DEPENDENCY CHECKING
300300
* Automatically drop constraints/functions when object is dropped
301301
* Make constraints clearer in dump file
302302
* Make foreign keys easier to identify
303-
303+
* Flush cached query plans when their underlying catalog data changes
304304

305305
TRANSACTIONS
306306
------------

0 commit comments

Comments
 (0)