Re: problem with msvc linker - cannot build orafce - Mailing list pgsql-hackers

From Tom Lane
Subject Re: problem with msvc linker - cannot build orafce
Date
Msg-id 14758.1448429762@sss.pgh.pa.us
Whole thread Raw
In response to Re: problem with msvc linker - cannot build orafce  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: problem with msvc linker - cannot build orafce  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Craig Ringer <craig@2ndquadrant.com> writes:
> Actually, if __declspec(dllexport) or a .DEF entry was added in, say,
> 9.4.5, you could probably just:

> #if PG_VERSION_NUM < 90405
> extern int* log_min_messages_p;
> #define log_min_messages (*log_min_messages_p)
> #endif

> after including all PostgreSQL headers. It won't work for inline functions
> defined in PostgreSQL headers, but should otherwise be OK I think.

Some of these workarounds look like they would break if we add the missing
PGDLLIMPORT in future releases.  That would be nasty :-(.  Am I misreading
it?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: WIP: About CMake v2
Next
From: Craig Ringer
Date:
Subject: Re: problem with msvc linker - cannot build orafce