Обсуждение: pgsql: Honor inputdir and outputdir when converting regression files.

Поиск
Список
Период
Сортировка

pgsql: Honor inputdir and outputdir when converting regression files.

От
Andrew Dunstan
Дата:
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
------
master

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

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