BUG #17281: How specify regress database? - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17281: How specify regress database?
Date
Msg-id 17281-beabda44a0fcfd2e@postgresql.org
Whole thread Raw
Responses Re: BUG #17281: How specify regress database?
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17281
Logged by:          RekGRpth
Email address:      rekgrpth@gmail.com
PostgreSQL version: 14.0
Operating system:   docker alpine
Description:

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


pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #17280: global-buffer-overflow on select from pg_stat_slru
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17268: Possible corruption in toast index after reindex index concurrently