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

Commit 869585c

Browse files
committed
Split apart entries, one done now:
* -Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h * Consider making NAMEDATALEN more configurable in future releases
1 parent 28c3cd5 commit 869585c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Mon Feb 5 12:16:45 EST 2007
5+
Last updated: Tue Feb 6 11:44:05 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1407,8 +1407,8 @@ Source Code
14071407

14081408
http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php
14091409

1410-
* Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and
1411-
consider making it more configurable in future releases
1410+
* -Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h
1411+
* Consider making NAMEDATALEN more configurable in future releases
14121412

14131413

14141414
* Win32

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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 Feb 5 12:16:45 EST 2007
11+
Last updated: Tue Feb 6 11:44:05 EST 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>.
@@ -1260,8 +1260,8 @@ <h1><a name="section_21">Source Code</a></h1>
12601260
</li><li>Consider changing documentation format from SGML to XML
12611261
<p> <a href="http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php">http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php</a>
12621262
</p>
1263-
</li><li>Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and
1264-
consider making it more configurable in future releases
1263+
</li><li>-<em>Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h</em>
1264+
</li><li>Consider making NAMEDATALEN more configurable in future releases
12651265
</li><li>Win32
12661266
<ul>
12671267
<li>Remove configure.in check for link failure when cause is found

0 commit comments

Comments
 (0)