Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds
Дата
Msg-id 20130222145936.GF19114@awork2.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Blind attempt at fixing the non-MSVC Windows builds  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
On 2013-02-22 14:55:06 +0000, Alvaro Herrera wrote:
> Blind attempt at fixing the non-MSVC Windows builds
>
> Apparently, they need -DBUILDING_DLL for the Assert() declarations to
> work correctly.

More specifically, they need that do access any PGDLLIMPORT symbols. Of
which
extern PGDLLIMPORT bool assert_enabled;
is one. So that seems like the appropriate fix.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Add support for piping COPY to/from an external program.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Improve pg_upgrade commentary on multixact change