Tom Lane wrote:
AFAICS, Peter's recent incomplete updating of error message wording
should have broken every last man jack of 'em.  And yet there's still
some green to be seen.  I think we are looking at problems in the ecpg
test scaffolding.

Yes. The buildfarm script uses the same logic as other tests:

        my $ecpg_dir = "$pgsql/src/interfaces/ecpg";
        my @makeout = `cd  $ecpg_dir && $make NO_LOCALE=1 check 2>&1`;
        my $status = $? >>8;


The sooner we move to a more unified testing infrastructure the better.

cheers

andrew



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to