Re: [PATCHES] plperl tests for currently untested features

2005-05-24 Thread Andrew Dunstan
Tom Lane wrote: I see that in fact all the PL tests are broken for vpath builds. Fixed (copy and paste from src/test/regress) --- I can't actually test the plpython script right now, but it should work the same as the other two. Thanks. I have added support for vpath builds to

Re: [PATCHES] plperl tests for currently untested features

2005-05-24 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Neil Conway wrote: >> BTW, I noticed that the PL/Perl regression tests are broken for out of >> tree build (i.e. "vpath")... > I see that in fact all the PL tests are broken for vpath builds. Fixed (copy and paste from src/test/regress) --- I can't ac

Re: [PATCHES] plperl tests for currently untested features

2005-05-24 Thread Andrew Dunstan
Neil Conway wrote: Andrew Dunstan wrote: The current plperl regression tests do not test the trigger or shared data features. The attached new files remedy that [...] Applied to HEAD. Thanks for the patch. BTW, I noticed that the PL/Perl regression tests are broken for out of tree build

Re: [PATCHES] plperl tests for currently untested features

2005-05-24 Thread Neil Conway
Andrew Dunstan wrote: The current plperl regression tests do not test the trigger or shared data features. The attached new files remedy that [...] Applied to HEAD. Thanks for the patch. BTW, I noticed that the PL/Perl regression tests are broken for out of tree build (i.e. "vpath")... -Nei

Re: [PATCHES] plperl tests for currently untested features

2005-05-23 Thread Neil Conway
Andrew Dunstan wrote: The current plperl regression tests do not test the trigger or shared data features. The attached new files remedy that [...] Barring any objections I'll apply this later today. -Neil ---(end of broadcast)--- TIP 1: subscri

[PATCHES] plperl tests for currently untested features

2005-05-23 Thread Andrew Dunstan
continuing my quest for better testing ... ;-) The current plperl regression tests do not test the trigger or shared data features. The attached new files remedy that: sql/plperl_trigger.sql sql/plperl_shared.sql expected/plperl_trigger.out expected/plperl_shared.out The corresponding patch