1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add to TODO:

>
> * Improve WAL concurrency by increasing lock granularity
>
>   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php
>
This commit is contained in:
Bruce Momjian
2008-03-23 00:08:47 +00:00
parent 80ee184923
commit 58cd4b91ad
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Mar 22 19:49:16 EDT 2008
Last updated: Sat Mar 22 20:08:42 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1530,6 +1530,11 @@ Write-Ahead Log
http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
* Improve WAL concurrency by increasing lock granularity
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php
Optimizer / Executor
====================