diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-18 01:41:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-18 01:41:23 +0000 |
commit | afd8067213c19d53d3a7915c82f8fc7e19d05fb0 (patch) | |
tree | 619bb9f1e48fada7d19b131e0c31d2148672feca | |
parent | ed20cdfc5387d7e8d8bf41bfb3ac0156fdceb2d3 (diff) | |
download | postgresql-afd8067213c19d53d3a7915c82f8fc7e19d05fb0.tar.gz postgresql-afd8067213c19d53d3a7915c82f8fc7e19d05fb0.zip |
Add:
> * Try flex flags -Cf and -CF to see if performance improves
-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 17:41:41 EDT 2002 +Last updated: Wed Apr 17 21:41:09 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -449,7 +449,7 @@ MISCELLANEOUS * Improve caching of attribute offsets when NULLs exist in the row * Add Intimate Shared Memory(ISM) for Solaris * Add documentation to lock shared memory into RAM for each OS, if possible - +* Try flex flags -Cf and -CF to see if performance improves SOURCE CODE =========== |