pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni
Date: 2010-11-10 03:22:17
Message-ID: E1PG1GL-0003po-RJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
by gcc version 4 on mingw and cygwin. We don't use dllexport here
because dllexport and dllwrap don't work well together.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=244cc39d854a10b782840473678a2d40fd42cc06

Modified Files
--------------
src/include/port/cygwin.h | 2 +-
src/include/port/win32.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-11-10 03:57:17 pgsql: Add monitoring function pg_last_xact_replay_timestamp.
Previous Message User Andrewd 2010-11-09 20:56:11 pgbuildfarm - client-code: Avoid giving Storable a regex object to