Re: errcontext support in PL/Perl - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: errcontext support in PL/Perl
Date
Msg-id 20090916135750.GE13076@alvh.no-ip.org
Whole thread Raw
In response to Re: errcontext support in PL/Perl  (Selena Deckelmann <selenamarie@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: tomas@tuxteam.de
Date:
Subject: Re: WIP: generalized index constraints
Next
From: Alvaro Herrera
Date:
Subject: Re: PATCH: make plpgsql IN args mutable (v1) [REVIEW]