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

Commit e8b350c

Browse files
committed
Add to TODO:
> > * Move pgfoundry's xlogdump to /contrib and have it rely more closely > on the WAL backend code > > http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php >
1 parent 3c8cbbd commit e8b350c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/TODO

+7-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 24 20:28:45 EDT 2008
4+
Last updated: Mon Mar 24 20:42:17 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1574,6 +1574,12 @@ Write-Ahead Log
15741574

15751575
http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php
15761576

1577+
* Move pgfoundry's xlogdump to /contrib and have it rely more closely
1578+
on the WAL backend code
1579+
1580+
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php
1581+
1582+
15771583

15781584

15791585
Optimizer / Executor

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 24 20:28:45 EDT 2008
11+
Last updated: Mon Mar 24 20:42:17 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>.
@@ -1363,6 +1363,10 @@ <h1><a name="section_18">Write-Ahead Log</a></h1>
13631363
</p>
13641364
</li><li>Have resource managers report the duration of their status changes
13651365
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php</a>
1366+
</p>
1367+
</li><li>Move pgfoundry's xlogdump to /contrib and have it rely more closely
1368+
on the WAL backend code
1369+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php</a>
13661370
</p>
13671371
</li></ul>
13681372
<h1><a name="section_19">Optimizer / Executor</a></h1>

0 commit comments

Comments
 (0)