Re: [PATCHES] plperl and pltcl installcheck targets

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] plperl and pltcl installcheck targets
Date: 2005-05-11 19:25:39
Message-ID: 42825C33.80603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:

>
>
>The point is that I'd rather test createlang than duplicate it.
>
>(In the back of my mind also is that running createlang is a waste of
>time for the contrib tests, and so it'd be nice if pg_regress didn't
>load any PL unless told to.)
>
>
>
>

Aha. ok. should be fairly trivial. I'm thinking of something like

--load-languages=lang1,lang2,lang3

(in case we ever want more than one).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2005-05-11 19:32:04 Re: Cost of XLogInsert CRC calculations
Previous Message Dave Page 2005-05-11 19:24:52 Re: Server instrumentation for 8.1

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-05-11 19:32:57 Re: [PATCHES] plperl and pltcl installcheck targets
Previous Message Thomas Hallgren 2005-05-11 19:08:31 Re: Patch that deals with that AtCommit_Portals encounters