pgsql: Fix MSVC pg_upgrade test.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix MSVC pg_upgrade test.
Date: 2025-08-11 17:39:36
Message-ID: E1ulWUi-0003s7-1T@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MSVC pg_upgrade test.

In the back-branch versions of commit 71ea0d6795, I missed updating
this test to use --restrict-key so that the generated dump output
is comparable.

Per buildfarm member hamerkop.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Security: CVE-2025-8714
Backpatch-through: 13-14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8967c33c67b85a33fee5ffb9bf16a67b640bacb8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-08-11 19:27:32 pgsql: meson: add and use stamp files for generated headers
Previous Message Nathan Bossart 2025-08-11 14:00:49 pgsql: Restrict psql meta-commands in plain-text dumps.