Re: Patch: Perl xsubpp

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Alex Hunsaker <badalex(at)gmail(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: Perl xsubpp
Date: 2011-10-12 23:53:26
Message-ID: E1FCDA42-5EB2-441F-A0E1-69ECA3794CB1@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 15, 2011, at 3:04 PM, Alex Hunsaker wrote:

> Close, seems I was wrong about the typemap ExtUtils::ParseXS does not
> install a new one so we still need to point to the one in privlib.
> Also xsubpp is not executable so the test should be -r or something.
>
> Also don't think we should change the configure switch tests to test XSUBPPDIR.
>
> Find those plus some minor typos fixed in the attached.
> <xsubpp_v3.patch>
> --

Doesn't look like this has been applied yet. I think it ought to be backported, too, frankly. DId I miss it?

Best,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Hunsaker 2011-10-13 00:55:02 Re: Patch: Perl xsubpp
Previous Message Tom Lane 2011-10-12 23:07:22 Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c