Add to TODO:
authorBruce Momjian
Tue, 25 Mar 2008 02:23:43 +0000 (02:23 +0000)
committerBruce Momjian
Tue, 25 Mar 2008 02:23:43 +0000 (02:23 +0000)
>
>  o Fix port/rint.c to be spec-compliant
>
>    http://archives.postgresql.org/pgsql-hackers/2008-01/msg00808.php

doc/TODO
doc/src/FAQ/TODO.html

index 8f7190bb20c5a653d273f0920174426ec78dd050..a0377b1021866395a3bff89b3ca1991078491b83 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Mar 24 22:17:12 EDT 2008
+Last updated:      Mon Mar 24 22:23:38 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1882,6 +1882,10 @@ Source Code
      http://archives.postgresql.org/pgsql-hackers/2008-02/msg00485.php
      http://archives.postgresql.org/pgsql-patches/2008-02/msg00038.php
 
+   o Fix port/rint.c to be spec-compliant
+
+     http://archives.postgresql.org/pgsql-hackers/2008-01/msg00808.php
+
 
 
 * Wire Protocol Changes
index 0ff455d0e1766176a463a386292c4e6dd35fe29f..9ec3c12d77fc30c0e1aeb0cdf5112e442a044b51 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar 24 22:17:12 EDT 2008
+Last updated:           Mon Mar 24 22:23:38 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1614,6 +1614,9 @@ first.  There is also a developer's wiki at
     
  • Fix MSVC NLS support, like for to_char()
  •  

              http://archives.postgresql.org/pgsql-hackers/2008-02/msg00485.php

               http://archives.postgresql.org/pgsql-patches/2008-02/msg00038.php
    +

    +    
  • Fix port/rint.c to be spec-compliant
  • +

              http://archives.postgresql.org/pgsql-hackers/2008-01/msg00808.php

     

       
       
  • Wire Protocol Changes