Re: plperl's ppport.h out of date?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: plperl's ppport.h out of date?
Дата
Msg-id 447C4BA7.80200@dunslane.net
обсуждение исходный текст
Ответ на plperl's ppport.h out of date?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: plperl's ppport.h out of date?
Список pgsql-hackers
Tom Lane wrote:
> ppport.h is throwing warnings when compiling on Fedora Core 5
> (with perl-5.8.8-4).  I gather from the comments in the head
> of that file that we ought to look for a newer version.
>   

I don't currently have an FC5 box to test with. Here's what to try: move 
the ppport.h aside, and in the plperl directory run this command to 
generate a replacement:
 perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile();'

and then recompile.

The last substantial change to ppport.h was when I mangled the old one a 
bit to get it to work with perl 5.05 - which we no longer support (see 
recent discussion). It does have some fairly horrible stuff (e.g. 
function bodies).

cheers

andrew




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

Предыдущее
От: David Hoksza
Дата:
Сообщение: session id and global storage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] 8.1.4 - problem with PITR - .backup.done / backup.ready version of the same file at the same time.