Re: errcontext support in PL/Perl

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Selena Deckelmann <selenamarie(at)gmail(dot)com>
Cc: Alexey Klyukin <alexk(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org, Webb Sprague <webb(dot)sprague(at)gmail(dot)com>, Brent Dombrowski <brent(dot)dombrowski(at)gmail(dot)com>
Subject: Re: errcontext support in PL/Perl
Date: 2009-09-16 13:57:50
Message-ID: 20090916135750.GE13076@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Selena Deckelmann escribió:
> From the patch review group this evening, courtesy of Webb Sprague and
> Brent Dombrowski. I'm replying on their behalf so that this response
> is in the correct thread.
>
> Looks like Peter also reviewed, but I'm forwarding this on anyway.
>
> (Note: Problem running regressions because make check doesn't descend
> automatically into the plperl -- we built with --with-perl
> successfully, but it doesn't change the behavior of make check.
> However, the tests do work with patch.)

You have to use "make -C src/pl installcheck".

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-09-16 13:59:46 Re: PATCH: make plpgsql IN args mutable (v1) [REVIEW]
Previous Message tomas 2009-09-16 13:11:14 Re: WIP: generalized index constraints