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

From [email protected] (Bruce Momjian)
Subject pgsql: The Win32 DEF files that are generated for libpq contain the
Date
Msg-id [email protected]
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: [email protected] (User Nwakefield)
Date:
Subject: bizgres - bizgres:
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: copydir() and rmtree() need to use lstat, not stat, to behave as