Proposal:Use PGDLLEXPORT for libpq - Mailing list pgsql-hackers

From Yury Zhuravlev
Subject Proposal:Use PGDLLEXPORT for libpq
Date
Msg-id 8bfd8a1d-450a-40c1-810d-596077282c91@postgrespro.ru
Whole thread Raw
Responses Re: Proposal:Use PGDLLEXPORT for libpq  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Hello hackers.
Why we do not use PGDLLEXPORT (__declspec (dllexport)) for the libpq (and
other dlls)?
Now we are using black magic with gendef.pl for get def (aka export.txt)
from .obj files.
I have set for some functions and it works.
Perhaps there is a circumstance that I do not know but my version seems to
me simplify build under Windows.

Thanks.
--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Improve tab completion for REFRESH MATERIALIZED VIEW
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Batch update of indexes