Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is
Date
Msg-id 4823.1275074491@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
itagaki@postgresql.org (Takahiro Itagaki) writes:
> Log Message:
> -----------
> PGDLLEXPORT is __declspec (dllexport) only on MSVC,
> but is __declspec (dllimport) on other compilers
> because cygwin and mingw don't like dllexport.

That probably explains why the code was the way it was before ...

            regards, tom lane

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: How to pass around collation information
Next
From: Peter Eisentraut
Date:
Subject: Re: How to pass around collation information