Commit 9083e913 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Have configure choose integer datetimes by default
>
>   http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php
parent c01b4d50
...@@ -2,7 +2,7 @@ z ...@@ -2,7 +2,7 @@ z
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat May 12 18:06:42 EDT 2007 Last updated: Sat May 12 18:10:40 EDT 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.
...@@ -1481,6 +1481,9 @@ Source Code ...@@ -1481,6 +1481,9 @@ Source Code
* Consider making NAMEDATALEN more configurable in future releases * Consider making NAMEDATALEN more configurable in future releases
* Update our code to handle 64-bit timezone files to match the zic * Update our code to handle 64-bit timezone files to match the zic
source code, which now uses them source code, which now uses them
* Have configure choose integer datetimes by default
http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php
* Win32 * Win32
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
PostgreSQL TODO List PostgreSQL TODO List
</p><hr/> </p><hr/>
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Sat May 12 18:06:42 EDT 2007 Last updated: Sat May 12 18:10:40 EDT 2007
<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>.
...@@ -1318,6 +1318,9 @@ first. There is also a developer's wiki at<br/> ...@@ -1318,6 +1318,9 @@ first. There is also a developer's wiki at<br/>
</li><li>Consider making NAMEDATALEN more configurable in future releases </li><li>Consider making NAMEDATALEN more configurable in future releases
</li><li>Update our code to handle 64-bit timezone files to match the zic </li><li>Update our code to handle 64-bit timezone files to match the zic
source code, which now uses them source code, which now uses them
</li><li>Have configure choose integer datetimes by default
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php</a>
</p>
</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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment