1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Done: -Remove psql newline patch when we find out why mingw outputs an extra newline

This commit is contained in:
Andrew Dunstan
2008-05-31 15:05:46 +00:00
parent bf4bd50ff7
commit 66e4da4c86
2 changed files with 3 additions and 3 deletions

View File

@@ -1985,7 +1985,7 @@ Source Code
o Remove configure.in check for link failure when cause is found o Remove configure.in check for link failure when cause is found
o Remove readdir() errno patch when runtime/mingwex/dirent.c rev o Remove readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released 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 extra newline
o Allow psql to use readline once non-US code pages work with o Allow psql to use readline once non-US code pages work with
backslashes backslashes

View File

@@ -1708,8 +1708,8 @@ first. There is also a developer's wiki at<br/>
<li>Remove configure.in check for link failure when cause is found <li>Remove configure.in check for link failure when cause is found
</li><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev </li><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released 1.4 is released
</li><li>Remove psql newline patch when we find out why mingw outputs an </li><li>-<em>Remove psql newline patch when we find out why mingw outputs an
extra newline extra newline</em>
</li><li>Allow psql to use readline once non-US code pages work with </li><li>Allow psql to use readline once non-US code pages work with
backslashes backslashes
</li><li>Fix problem with shared memory on the Win32 Terminal Server </li><li>Fix problem with shared memory on the Win32 Terminal Server