Done: -Remove psql newline patch when we find out why mingw outputs an extra newline
authorAndrew Dunstan
Sat, 31 May 2008 15:05:46 +0000 (15:05 +0000)
committerAndrew Dunstan
Sat, 31 May 2008 15:05:46 +0000 (15:05 +0000)
doc/TODO
doc/src/FAQ/TODO.html

index e74f51ea5f7d59dad688c208ac15d65da345f740..8498670eb134e636a4ccbede61015d623dddaf17 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1985,7 +1985,7 @@ Source Code
    o Remove configure.in check for link failure when cause is found
    o Remove readdir() errno patch when runtime/mingwex/dirent.c rev
      1.4 is released
-   o Remove psql newline patch when we find out why mingw outputs an
+   o -Remove psql newline patch when we find out why mingw outputs an
      extra newline
    o Allow psql to use readline once non-US code pages work with
      backslashes
index 607509d82b6c117ee6c2675d5994fdde49609b1f..7aa1a578d2d50c9a9d4d0dab20a0187ee9165421 100644 (file)
@@ -1708,8 +1708,8 @@ first.  There is also a developer's wiki at
     
  • Remove configure.in check for link failure when cause is found
  •      
  • Remove readdir() errno patch when runtime/mingwex/dirent.c rev
  •            1.4 is released
    -    
  • Remove psql newline patch when we find out why mingw outputs an
  • -          extra newline
    +    
  • -Remove psql newline patch when we find out why mingw outputs an
  • +          extra newline
         
  • Allow psql to use readline once non-US code pages work with
  •            backslashes
         
  • Fix problem with shared memory on the Win32 Terminal Server