From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Euler Taveira" <euler(at)eulerto(dot)com> |
Cc: | 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 20:49:46 |
Message-ID: | 1613465.1636663786@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Euler Taveira" <euler(at)eulerto(dot)com> writes:
> This is not a bug. Use the appropriate list for your question next time.
Indeed.
> AFAICS there is not a configurable way to change the CONTRIB_TESTDB.
Doesn't it work to set that after including the global Makefile?
I thought make's rule was last-one-wins. Another thing worth
experimenting with is to set it using ":=" rather than "=".
Also, it should work to override it from the command line, viz
make check CONTRIB_TESTDB=foo
although I gather the OP wants to set it in his own Makefile.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2021-11-12 00:58:49 | Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum |
Previous Message | Peter Geoghegan | 2021-11-11 20:40:03 | Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum |