diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-17 21:52:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-17 21:52:57 +0000 |
commit | ed20cdfc5387d7e8d8bf41bfb3ac0156fdceb2d3 (patch) | |
tree | b61d24899acd21d1d7653e7b8605f44380751f21 | |
parent | 27a54ae282d74ee471a5b34d136fe3d4f894a9de (diff) | |
download | postgresql-ed20cdfc5387d7e8d8bf41bfb3ac0156fdceb2d3.tar.gz postgresql-ed20cdfc5387d7e8d8bf41bfb3ac0156fdceb2d3.zip |
Add:
> * Add utility to compute accurate random_page_cost value
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Apr 17 16:35:06 EDT 2002 +Last updated: Wed Apr 17 17:41:41 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -437,7 +437,7 @@ OPTIMIZER / EXECUTOR using a sequential scan for highest/lowest values * Inline simple SQL functions to avoid overhead (Tom) * Precompile SQL functions to avoid overhead (Neil Conway) - +* Add utility to compute accurate random_page_cost value MISCELLANEOUS ------------- |