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

Commit e56dfc7

Browse files
committed
Add to TODO:
> * Consider if CommandCounterIncrement() can avoid its > AcceptInvalidationMessages() call > > http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php
1 parent c10b0a7 commit e56dfc7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

+5-1
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 Mar 17 18:54:16 EDT 2008
4+
Last updated: Mon Mar 17 18:58:56 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1624,6 +1624,10 @@ Miscellaneous Performance
16241624

16251625
http://archives.postgresql.org/pgsql-hackers/2007-09/msg00343.php
16261626

1627+
* Consider if CommandCounterIncrement() can avoid its
1628+
AcceptInvalidationMessages() call
1629+
1630+
http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php
16271631

16281632

16291633
Source Code

doc/src/FAQ/TODO.html

+5-1
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 Mar 17 18:54:16 EDT 2008
11+
Last updated: Mon Mar 17 18:58:56 EDT 2008
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>.
@@ -1407,6 +1407,10 @@ <h1><a name="section_21">Miscellaneous Performance</a></h1>
14071407
</p>
14081408
</li><li>Expire published xmin for read-only and idle transactions
14091409
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-09/msg00343.php">http://archives.postgresql.org/pgsql-hackers/2007-09/msg00343.php</a>
1410+
</p>
1411+
</li><li>Consider if CommandCounterIncrement() can avoid its
1412+
AcceptInvalidationMessages() call
1413+
<p> <a href="http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php">http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php</a>
14101414
</p>
14111415
</li></ul>
14121416
<h1><a name="section_22">Source Code</a></h1>

0 commit comments

Comments
 (0)