1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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

@ -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><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released
</li><li>Remove psql newline patch when we find out why mingw outputs an
extra newline
</li><li>-<em>Remove psql newline patch when we find out why mingw outputs an
extra newline</em>
</li><li>Allow psql to use readline once non-US code pages work with
backslashes
</li><li>Fix problem with shared memory on the Win32 Terminal Server