pgsql: Honor inputdir and outputdir when converting regression files. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Honor inputdir and outputdir when converting regression files.
Date
Msg-id E1S917W-0003lU-R0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Honor inputdir and outputdir when converting regression files.

When converting source files, pg_regress' inputdir and outputdir options were
ignored when computing the locations of the destination files. In consequence,
these options were effectively unusable when the regression inputs need to
be adjusted by pg_regress. This patch makes pg_regress put the converted files
in the same place that these options specify non-converted input or results
files are to be found. Backpatched to all live branches.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f7b14e7dc1c825d66c4ee8efaec6edacd42780f7

Modified Files
--------------
src/test/regress/pg_regress.c |    9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, move new echo quote define into include file.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Honor inputdir and outputdir when converting regression files.