Skip to content

Commit e53a548

Browse files
committed
Add:
> > * Reduce XID consumption of read-only queries > > http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php >
1 parent 817946b commit e53a548

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/src/FAQ/TODO.html

Lines changed: 7 additions & 2 deletions
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: Wed Aug 15 11:48:07 EDT 2007
11+
Last updated: Thu Aug 16 15:02:10 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>.
@@ -1092,7 +1092,12 @@ <h1><a name="section_15">Vacuum</a></h1>
10921092
</li><li>Improve dead row detection during multi-statement transactions usage
10931093
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</a>
10941094
</p>
1095-
</li><li>Auto-vacuum
1095+
</li><li>Reduce XID consumption of read-only queries
1096+
</li></ul>
1097+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php</a>
1098+
</p>
1099+
<ul>
1100+
<li>Auto-vacuum
10961101
<ul>
10971102
<li>Use free-space map information to guide refilling
10981103
</li><li>%Issue log message to suggest VACUUM FULL if a table is nearly

0 commit comments

Comments
 (0)