Re: PGXS: REGRESS_OPTS=--load-language=plpgsql
Euler Taveira <euler@timbira.com>
From: Euler Taveira de Oliveira <euler@timbira.com>
To: David Fetter <david@fetter.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
PG Hackers <pgsql-hackers@postgresql.org>
Date: 2010-02-19T02:26:29Z
Lists: pgsql-hackers
David Fetter escreveu: > OK, I know it's late, but having PL/pgsql on by default has caused an > unforeseen need: --require-language. > Why? IMHO pg_regress should be used with the same postgres version it was built with. So any tests that use --load-language=plpgsql should be fixed. Besides we could patch pg_regress.c to ignore loading plpgsql language into the database (instead of adding another parameter -- we already have too many options). -- Euler Taveira de Oliveira http://www.timbira.com/