aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-19 21:36:58 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-19 21:36:58 +0000
commit0e8c26eeca01e2c4393dfa9ae2eda18a90cf744b (patch)
tree501e04238372f3d89b0bdb53b0b63ed80f222c15
parent2220a2b5d70faf521c0922481c061ea546d6bdc7 (diff)
downloadpostgresql-0e8c26eeca01e2c4393dfa9ae2eda18a90cf744b.tar.gz
postgresql-0e8c26eeca01e2c4393dfa9ae2eda18a90cf744b.zip
Added:
--- > * Improve caching of attribute offsets when NULLs exist in the row
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f24a037e318..fb5dc87f8dc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Feb 19 15:30:51 EST 2002
+Last updated: Tue Feb 19 16:36:28 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -426,7 +426,7 @@ MISCELLANEOUS
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
when it is available
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
-
+* Improve caching of attribute offsets when NULLs exist in the row
SOURCE CODE
===========