mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add:
> * Improve deadlock detection when deleting items from shared buffers > > http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php > http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php
This commit is contained in:
8
doc/TODO
8
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Tue Jan 29 11:12:44 EST 2008
|
||||
Last updated: Thu Jan 31 10:05:01 EST 2008
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -1144,6 +1144,12 @@ Locking
|
||||
* Add idle_in_transaction_timeout GUC so locks are not held for long
|
||||
periods of time
|
||||
|
||||
* Improve deadlock detection when deleting items from shared buffers
|
||||
|
||||
http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php
|
||||
http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php
|
||||
|
||||
|
||||
|
||||
Startup Time Improvements
|
||||
|
Reference in New Issue
Block a user