Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is
Date: 2010-05-28 19:21:31
Message-ID: 4823.1275074491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

itagaki(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-28 20:02:32 pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error
Previous Message Tom Lane 2010-05-28 18:18:19 pgsql: Fix oversight in the previous patch that made LIKE throw error

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-05-28 19:32:34 Re: How to pass around collation information
Previous Message Peter Eisentraut 2010-05-28 19:20:22 Re: How to pass around collation information