From 66e4da4c86226860db3f052d5e3d4a9b88c40f89 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 31 May 2008 15:05:46 +0000 Subject: [PATCH] Done: -Remove psql newline patch when we find out why mingw outputs an extra newline --- doc/TODO | 2 +- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index e74f51ea5f..8498670eb1 100644 --- 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 607509d82b..7aa1a578d2 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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