Hello!
authorBruce Momjian
Sat, 29 Aug 1998 04:05:46 +0000 (04:05 +0000)
committerBruce Momjian
Sat, 29 Aug 1998 04:05:46 +0000 (04:05 +0000)
commita060d5bedf67aec472bd3bfc55750ee98628b8e7
tree046d704db79cf5507a81815fdffdcc5741ffffb8
parentd15c37ca82c28659afb5da3cb50830b4e941a140
Hello!

Here is a new patch for libpq, to make it work on Win32 again (since
the latest modifications broke it a little).

Please also add the file "libpq.rc" to the interfaces/libpq directory.
This will allow version-stamping of the generated DLL file, so that
automatic install programs (and interested users) can determine
the version of the file.  The file is currently set as "prerelease".
Before the release, somebody should change the line "FILEFLAGS
VS_FF_PRERELEASE" to "FILEFLAGS 0".  That information should probably
go into toos\RELEASE_CHANGES.

The patch is against the cvs as of ~ 1998-08-26 14:30 CEST.

//Magnus
src/bin/psql/psql.c
src/include/c.h
src/include/libpq/pqcomm.h
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/win32.mak