From: Andrew Dunstan Date: Sat, 31 May 2008 15:05:46 +0000 (+0000) Subject: Done: -Remove psql newline patch when we find out why mingw outputs an extra newline X-Git-Tag: recoveryinfrav9~979 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2b04dba43815b800d8dbcb83c9aa054af3e183b0;p=users%2Fsimon%2Fpostgres.git Done: -Remove psql newline patch when we find out why mingw outputs an extra newline --- 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