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 11805.1448309696@sss.pgh.pa.us
Whole thread Raw
In response to problem with msvc linker - cannot build orafce  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: problem with msvc linker - cannot build orafce  (Chapman Flack <chap@anastigmatix.net>)
Re: problem with msvc linker - cannot build orafce  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I am trying to build Orafce and I have problem due access to exported
> variable session_timezone.
> Any idea what can be broken?

Lack of PGDLLIMPORT on the extern declaration, no doubt.

The fact that we've not heard this before implies that either nobody has
ever tried to use orafce on Windows, or it only very recently grew a
dependency on session_timezone.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Rework the way multixact truncations work
Next
From: Stephen Frost
Date:
Subject: Re: more RLS oversights