From: Bruce Momjian Date: Sun, 30 Dec 2001 01:48:23 +0000 (+0000) Subject: Add X-Git-Tag: REL7_2_BETA5~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d38458c188dd5c04cddd6f2e82e778167dc43;p=thirdparty%2Fpostgresql.git Add > * Make locking of shared data structures more fine-grained --- diff --git a/doc/TODO b/doc/TODO index e90b16385cb..60a1bf228a6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Dec 29 15:40:24 EST 2001 +Last updated: Sat Dec 29 20:46:55 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -398,6 +398,7 @@ MISCELLANEOUS * Add new pg_proc cachable settings to specify whether function can be evaluated only once or once per query * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce) +* Make locking of shared data structures more fine-grained SOURCE CODE -----------