• Andrew Dunstan's avatar
    Honor inputdir and outputdir when converting regression files. · e3fc4a97
    Andrew Dunstan authored
    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.
    e3fc4a97
pg_regress.c 59.7 KB