pgsql: pg_regress: Write processed input/*.source into output dir

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_regress: Write processed input/*.source into output dir
Date: 2015-02-15 02:36:11
Message-ID: E1YMp47-000098-Rk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_regress: Write processed input/*.source into output dir

Before, it was writing the processed files into the input directory,
which is incorrect in a vpath build.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64cdbbc48cade73d7b0831444a62e19fd4a342f8

Modified Files
--------------
src/test/regress/pg_regress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-02-15 07:48:04 pgsql: pg_regress: Write processed input/*.source into output dir
Previous Message Tom Lane 2015-02-14 17:21:01 pgsql: Avoid returning undefined bytes in chkpass_in().