pgsql: Allow clean.bat to be run from anywhere

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow clean.bat to be run from anywhere
Date: 2022-01-20 15:23:07
Message-ID: E1nAZHH-0005As-KR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow clean.bat to be run from anywhere

This was omitted from c3879a7b4c which modified the other msvc .bat
files.

Per request from Juan José Santamaría Flecha

Discussion: https://postgr.es/m/CAC+AXB0_fxYGbQoaYjCA8um7TTbOVP4L9aXnVmHwK8WzaT4gdA@mail.gmail.com

Backpatch to all live branches.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5bd14d93046cd3744558a14a8f6ed0042ae0998

Modified Files
--------------
src/tools/msvc/clean.bat | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-20 15:51:52 pgsql: Support base backup targets.
Previous Message Tom Lane 2022-01-20 14:32:16 Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f