Re: BUG #16484: pg_regress fails with --outputdir parameter
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, r.zharkov@postgrespro.ru, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-06-13T05:12:01Z
Lists: pgsql-bugs
On Thu, Jun 11, 2020 at 11:59:20AM +0200, Daniel Gustafsson wrote: > Aha, I hadn't seen that patch, but I agree it makes sense to leave it for now > then. +1 on the attached. Thanks. I have been through the patch once again, and applied it to HEAD. Worth noting that we have the same number of sql/ and expected/ repositories in the tree with check-world before and after this patch (1 extra sql/ path is generated, 4 extra ones for expected/). -- Michael
Commits
-
Create by default sql/ and expected/ for output directory in pg_regress
- e78900afd217 14.0 landed