BUG #17281: How specify regress database?

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: rekgrpth(at)gmail(dot)com
Subject: BUG #17281: How specify regress database?
Date: 2021-11-11 09:08:41
Message-ID: 17281-beabda44a0fcfd2e@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17281
Logged by: RekGRpth
Email address: rekgrpth(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

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