Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c16ffbc

Browse filesBrowse files
committed
Add:
> > o Prevent long-lived temporary tables from causing frozen-xid > advancement starvation > > http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
1 parent dc8a8a0 commit c16ffbc
Copy full SHA for c16ffbc

File tree

Expand file treeCollapse file tree

2 files changed

+11
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+11
-2
lines changed

‎doc/TODO

Copy file name to clipboardExpand all lines: doc/TODO
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Fri Sep 14 14:50:43 EDT 2007
4+
Last updated: Fri Sep 14 15:02:41 EDT 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1244,6 +1244,11 @@ Vacuum
12441244

12451245
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
12461246

1247+
o Prevent long-lived temporary tables from causing frozen-xid
1248+
advancement starvation
1249+
1250+
http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
1251+
12471252

12481253
Locking
12491254
=======

‎doc/src/FAQ/TODO.html

Copy file name to clipboardExpand all lines: doc/src/FAQ/TODO.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Sep 14 14:50:43 EDT 2007
11+
Last updated: Fri Sep 14 15:02:41 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1106,6 +1106,10 @@ <h1><a name="section_15">Vacuum</a></h1>
11061106
tables
11071107
</li><li>Improve control of auto-vacuum
11081108
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</a>
1109+
</p>
1110+
</li><li>Prevent long-lived temporary tables from causing frozen-xid
1111+
advancement starvation
1112+
<p> <a href="http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php">http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php</a>
11091113
</p>
11101114
</li></ul>
11111115
</li></ul>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.