Re: BUG #17281: How specify regress database?

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: rekgrpth(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17281: How specify regress database?
Date: 2021-11-11 19:53:18
Message-ID: 60f231f9-a889-425c-a1a7-b48a0db31f14@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Nov 11, 2021, at 6:08 AM, PG Bug reporting form wrote:
> I try
> 1) add in Makefile
> CONTRIB_TESTDB = postgres
> 2) add in Makefile
> REGRESS_OPTS = --use-existing --dbname=postgres
> 3) add in Makefile
> EXTRA_REGRESS_OPTS = --use-existing --dbname=postgres
> 4) before calling make installcheck
> export CONTRIB_TESTDB=postgres
> but results everything is same:
> /usr/lib/postgresql/pgxs/src/makefiles/../../src/test/regress/pg_regress
> --inputdir=./ --bindir='/usr/bin' --use-existing --dbname=postgres
> --dbname=contrib_regression extension
> i.e. pgxs places --dbname=contrib_regression in last option due to
> https://www.postgresql.org/message-id/flat/14108.1314148639%40sss.pgh.pa.us
>
This is not a bug. Use the appropriate list for your question next time.

AFAICS there is not a configurable way to change the CONTRIB_TESTDB. Unless,
you modify Makefile.global.in. You might modify configure.ac to inform a
configurable database for the CONTRIB_TESTDB too.

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2021-11-11 20:05:17 Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum
Previous Message Erki Eessaar 2021-11-11 19:15:30 References to parameters by name are lost in INSERT INTO ... SELECT <parameter value> .... statements in case of routines with the SQL-standard function body