1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
>
> 	o Prevent long-lived temporary tables from causing frozen-xid
> 	  advancement starvation
>
> 	  http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
This commit is contained in:
Bruce Momjian
2007-09-14 19:02:46 +00:00
parent dc8a8a0463
commit c16ffbc677
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Fri Sep 14 14:50:43 EDT 2007
Last updated: Fri Sep 14 15:02:41 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1244,6 +1244,11 @@ Vacuum
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
o Prevent long-lived temporary tables from causing frozen-xid
advancement starvation
http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
Locking
=======