From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: plperl's ppport.h out of date? |
Date: | 2006-05-30 13:41:59 |
Message-ID: | 447C4BA7.80200@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-05-30 13:45:57 | Re: [GENERAL] 8.1.4 - problem with PITR - .backup.done / backup.ready version of the same file at the same time. |
Previous Message | Bruce Momjian | 2006-05-30 13:39:18 | Re: PL/PGSQL: Dynamic Record Introspection |