pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
Date: 2018-11-15 19:38:44
Message-ID: E1gNNTQ-0006kT-5i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make reformat-dat-files, reformat-dat-files VPATH safe.

The reformat_dat_file.pl script, added by 372728b0d49552641, supported
all the necessary options to make it work in a VPATH build, but the
makefile invocations didn't take VPATH into account. Fix that.

Discussion: https://postgr.es/m/20181115185303.d2z7wonx23mdfvd3@alap3.anarazel.de
Backpatch: 11-, where 372728b0d49552641 was merged

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a744413ea0c0c114348c4c010aa9f909c83d3f3

Modified Files
--------------
src/include/catalog/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-15 19:38:45 pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
Previous Message Tom Lane 2018-11-15 18:34:22 pgsql: Improve performance of partition pruning remapping a little.