Re: [PATCHES] Adminpack build fix

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Adminpack build fix
Дата
Msg-id 29576.1161280041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] Adminpack build fix  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: [PATCHES] Adminpack build fix  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
>> The reason for redeclaring these in the contrib files is to
>> get DLLIMPORT onto them...

> Interedting - it builds on MSVC without it :-O

> Anyway. That certainly explains why MSVC is complaining - it's getting
> completely different definitions of these variables from the header and
> from the actual file.

The same redeclaration technique is being used elsewhere (pg_buffercache
and pg_freespacemap it looks like).  Aren't you getting warnings there
too?

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [PATCHES] Adminpack build fix
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: qsort vs MSVC build