mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Add:
> > * Allow configuration of backend priorities via the operating system > > Though backend priorities make priority inversion during lock > waits possible, research shows that this is not a huge problem. > http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
This commit is contained in:
8
doc/TODO
8
doc/TODO
@@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Mon Mar 26 19:48:38 EDT 2007
|
||||
Last updated: Tue Mar 27 11:36:10 EDT 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@@ -1427,6 +1427,12 @@ Miscellaneous Performance
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php
|
||||
|
||||
* Allow configuration of backend priorities via the operating system
|
||||
|
||||
Though backend priorities make priority inversion during lock
|
||||
waits possible, research shows that this is not a huge problem.
|
||||
http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
|
||||
|
||||
|
||||
|
||||
Source Code
|
||||
|
Reference in New Issue
Block a user