Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 190df8a

Browse files
committed
Done:
< * Reduce XID consumption of read-only queries < < http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php < < > * -Reduce XID consumption of read-only queries
1 parent 0ecb4ea commit 190df8a

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

doc/TODO

Lines changed: 2 additions & 6 deletions
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: Mon Aug 27 23:08:40 EDT 2007
4+
Last updated: Wed Sep 5 17:58:44 EDT 2007
55

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

12251225
http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
12261226

1227-
* Reduce XID consumption of read-only queries
1228-
1229-
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php
1230-
1231-
1227+
* -Reduce XID consumption of read-only queries
12321228
* Auto-vacuum
12331229

12341230
o Use free-space map information to guide refilling

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 7 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: Mon Aug 27 23:08:40 EDT 2007
11+
Last updated: Wed Sep 5 17:58:44 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>.
@@ -1089,12 +1089,8 @@ <h1><a name="section_15">Vacuum</a></h1>
10891089
</li><li>Improve dead row detection during multi-statement transactions usage
10901090
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</a>
10911091
</p>
1092-
</li><li>Reduce XID consumption of read-only queries
1093-
</li></ul>
1094-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00516.php</a>
1095-
</p>
1096-
<ul>
1097-
<li>Auto-vacuum
1092+
</li><li>-<em>Reduce XID consumption of read-only queries</em>
1093+
</li><li>Auto-vacuum
10981094
<ul>
10991095
<li>Use free-space map information to guide refilling
11001096
</li><li>%Issue log message to suggest VACUUM FULL if a table is nearly

0 commit comments

Comments
 (0)