pgsql: The Win32 DEF files that are generated for libpq contain the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The Win32 DEF files that are generated for libpq contain the
Date: 2006-07-18 22:18:08
Message-ID: 20060718221808.DF1A69FA379@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The Win32 DEF files that are generated for libpq contain the attribute
"DESCRIPTION", which is actually only allowed for device drivers. The
compilers ignore it with a warning - if we remove them, we get rid of
the warning.

Magnus Hagander

Modified Files:
--------------
pgsql/src/interfaces/libpq:
Makefile (r1.145 -> r1.146)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.145&r2=1.146)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-18 22:36:46 pgsql: copydir() and rmtree() need to use lstat, not stat, to behave as
Previous Message Bruce Momjian 2006-07-18 22:07:01 Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, and OUT