From: Bruce Momjian Date: Tue, 19 Feb 2002 21:36:58 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_3~2101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e8c26eeca01e2c4393dfa9ae2eda18a90cf744b;p=postgresql Added: --- > * Improve caching of attribute offsets when NULLs exist in the row --- diff --git a/doc/TODO b/doc/TODO index f24a037e31..fb5dc87f8d 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 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 ===========