pgsql-server: Here is a patch that adds the version info from libpq.rc

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Here is a patch that adds the version info from libpq.rc
Date: 2004-09-26 02:14:49
Message-ID: 20040926021449.0170A329E51@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Here is a patch that adds the version info from libpq.rc to the DLL
build in mingw. The MSVC build already did this, but it was not linked
into the mingw one.

This is not the same as the versioninfo patch that's in the queue.
Please apply this one before beta-3 if at all possible.

Magnus Hagander

Modified Files:
--------------
pgsql-server/src/interfaces/libpq:
Makefile (r1.112 -> r1.113)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/libpq/Makefile.diff?r1=1.112&r2=1.113)

Browse pgsql-committers by date

  From Date Subject
Next Message pginstaller-commit-bounces 2004-09-26 15:09:40 You have been unsubscribed from the Pginstaller-commit mailing list
Previous Message Bruce Momjian 2004-09-26 01:41:03 pgsql-server: Use <> not "" for include of pthread.h.