Hello!

Bruce Momjian <bruce@momjian.us>

Commit: a060d5bedf67aec472bd3bfc55750ee98628b8e7
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-08-29T04:05:46Z
Releases: 7.1.1
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

Files

PathChange+/−
src/bin/psql/psql.c modified +13 −8
src/include/c.h modified +3 −1
src/include/libpq/pqcomm.h modified +7 −2
src/interfaces/libpq/libpq-fe.h modified +7 −1
src/interfaces/libpq/win32.mak modified +17 −5