BUG #17281: How specify regress database?

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17281: How specify regress database?
Дата
Msg-id 17281-beabda44a0fcfd2e@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17281: How specify regress database?
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #17280: global-buffer-overflow on select from pg_stat_slru
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #17268: Possible corruption in toast index after reindex index concurrently