1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00
> * Make locking of shared data structures more fine-grained
This commit is contained in:
Bruce Momjian
2001-12-30 01:48:23 +00:00
parent 6f901b6f5a
commit 550d38458c

View File

@@ -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
-----------