Re: PL/Perl and Perl 5.8

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PL/Perl and Perl 5.8
Дата
Msg-id Pine.LNX.4.44.0211061819220.1018-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: PL/Perl and Perl 5.8  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PL/Perl and Perl 5.8  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> I'm guessing that what we need to do is -D_GNU_SOURCE somewhere in the
> Makefiles; the $64 question is exactly where (can we restrict it to
> src/pl/plperl?) and what conditions should cause the Makefiles to add
> it?  Do we want a configure test?

The simplest choice would be to just define it unconditionally in linux.h.
Since it is not supposed to change any interfaces, just add new ones, this
should be safe.  If you don't believe that, then we really need to test
and define _GNU_SOURCE early in configure so the following tests can take
it into account.  In either case, the command line is not the place for
it.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: alex avriette
Дата:
Сообщение: problem building pg 7.3 beta 3 on solaris 8 -m64
Следующее
От: Steve Howe
Дата:
Сообщение: Re: Win32 port