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

Commit bd5d12a

Browse files
committed
Add:
> * Allow statistics collector information to be pulled from the collector > process directly, rather than requiring the collector to write a > filesystem file twice a second?
1 parent 47a86fa commit bd5d12a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/TODO

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Tue Jan 31 19:07:26 EST 2006
5+
Last updated: Wed Feb 1 12:32:41 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -47,6 +47,9 @@ Administration
4747
in subtables that are partitioned based on the primary key or a WHERE
4848
clause
4949
* Add function to report the time of the most recent server reload
50+
* Allow statistics collector information to be pulled from the collector
51+
process directly, rather than requiring the collector to write a
52+
filesystem file twice a second?
5053

5154

5255
* Improve replication solutions

doc/src/FAQ/TODO.html

+4-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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Jan 31 19:07:26 EST 2006
11+
Last updated: Wed Feb 1 12:32:41 EST 2006
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>.
@@ -49,6 +49,9 @@ <h1><a name="section_2">Administration</a></h1>
4949
in subtables that are partitioned based on the primary key or a WHERE
5050
clause
5151
</li><li>Add function to report the time of the most recent server reload
52+
</li><li>Allow statistics collector information to be pulled from the collector
53+
process directly, rather than requiring the collector to write a
54+
filesystem file twice a second?
5255
</li><li>Improve replication solutions
5356
<ul>
5457
<li>Load balancing

0 commit comments

Comments
 (0)