Re: problem with msvc linker - cannot build orafce

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with msvc linker - cannot build orafce
Дата
Msg-id 11805.1448309696@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with msvc linker - cannot build orafce  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: problem with msvc linker - cannot build orafce
Re: problem with msvc linker - cannot build orafce
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Rework the way multixact truncations work
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: more RLS oversights