Re: make installcheck.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make installcheck.
Date: 2014-11-21 15:25:33
Message-ID: 6358.1416583533@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> Is there any way to unload that library for test or, at least, execute set
> statement (set online_analyze.enable = off, actually) on test database before
> test run?

BTW, so far as that goes, make installcheck should honor PGOPTIONS,
so you should be able to pass in "-c online_analyze.enable = off".
There's a rather obsolete example in src/test/regress/regressplans.sh.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2014-11-21 15:28:33 Re: superuser() shortcuts
Previous Message Tom Lane 2014-11-21 15:18:43 Re: make installcheck.