pgsql: src/tools/msvc: Respect REGRESS_OPTS in plcheck.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: src/tools/msvc: Respect REGRESS_OPTS in plcheck.
Date: 2024-11-11 18:57:29
Message-ID: E1tAZbM-001LGu-L8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

src/tools/msvc: Respect REGRESS_OPTS in plcheck.

v16 commit 8fe3e697a1a83a722b107c7cb9c31084e1f4d077 used REGRESS_OPTS in
a way needing this. That broke "vcregress plcheck". Back-patch
v16..v12; newer versions don't have this build system.

Branch
------
REL_16_STABLE

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

Modified Files
--------------
src/tools/msvc/vcregress.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-11 18:57:48 pgsql: Fix cross-version upgrade tests.
Previous Message Tom Lane 2024-11-11 17:27:10 pgsql: Avoid bizarre meson behavior with backslashes in command argumen