mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add:
> * Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and > consider making it more configurable in future releases
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Tue Jan 9 17:43:27 EST 2007
|
Last updated: Wed Jan 10 22:00:59 EST 2007
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1309,6 +1309,8 @@ Source Code
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php
|
http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php
|
||||||
|
|
||||||
|
* Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and
|
||||||
|
consider making it more configurable in future releases
|
||||||
|
|
||||||
|
|
||||||
* Win32
|
* Win32
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Tue Jan 9 17:43:27 EST 2007
|
Last updated: Wed Jan 10 22:00:59 EST 2007
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1177,6 +1177,8 @@ first.
|
|||||||
</li><li>Consider changing documentation format from SGML to XML
|
</li><li>Consider changing documentation format from SGML to XML
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php">http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php">http://archives.postgresql.org/pgsql-docs/2006-12/msg00152.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
</li><li>Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and
|
||||||
|
consider making it more configurable in future releases
|
||||||
</li><li>Win32
|
</li><li>Win32
|
||||||
<ul>
|
<ul>
|
||||||
<li>Remove configure.in check for link failure when cause is found
|
<li>Remove configure.in check for link failure when cause is found
|
||||||
|
Reference in New Issue
Block a user