Re: BUG #17281: How specify regress database?
От | Euler Taveira |
---|---|
Тема | Re: BUG #17281: How specify regress database? |
Дата | |
Msg-id | 60f231f9-a889-425c-a1a7-b48a0db31f14@www.fastmail.com обсуждение исходный текст |
Ответ на | BUG #17281: How specify regress database? (PG Bug reporting form <noreply@postgresql.org>) |
Ответы |
Re: BUG #17281: How specify regress database?
|
Список | pgsql-bugs |
On Thu, Nov 11, 2021, at 6:08 AM, PG Bug reporting form wrote:
I try1) add in MakefileCONTRIB_TESTDB = postgres2) add in MakefileREGRESS_OPTS = --use-existing --dbname=postgres3) add in MakefileEXTRA_REGRESS_OPTS = --use-existing --dbname=postgres4) before calling make installcheckexport CONTRIB_TESTDB=postgresbut 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 extensioni.e. pgxs places --dbname=contrib_regression in last option due to
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.
В списке pgsql-bugs по дате отправления: