Re: Custom C function - is palloc broken?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Custom C function - is palloc broken?
Дата
Msg-id 6721.1210040563@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Custom C function - is palloc broken?  ("Dan \"Heron\" Myers" <heron@xnapid.com>)
Список pgsql-general
"Dan \"Heron\" Myers" <heron@xnapid.com> writes:
> It seems odd that they can compile PostgreSQL with Visual Studio (according
> to Magnus, anyway)

And according to several buildfarm machines, as well as quite a few
other folks who have managed to build things successfully.  You need to
get over this concept of "Postgres is broken" and try to identify a
specific reason why your DLL builds are not working.

One thing you might try is looking at the build logs for the Windows
buildfarm members
http://www.pgbuildfarm.org/cgi-bin/show_status.pl
to see if you can spot what they're doing differently than you are.
Check out the contrib-module builds in particular, because I doubt there
are any of them that aren't doing palloc.

            regards, tom lane

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Custom C function - is palloc broken?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Custom C function - is palloc broken?