pgsql: The Win32 DEF files that are generated for libpq contain the - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: The Win32 DEF files that are generated for libpq contain the
Date
Msg-id 20060718221808.DF1A69FA379@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres:
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: copydir() and rmtree() need to use lstat, not stat, to behave as