pgsql: Stabilize output of new regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize output of new regression test.
Date: 2022-08-08 16:16:16
Message-ID: E1oL5QO-000tOp-OR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize output of new regression test.

Per buildfarm, the output order of \dx+ isn't consistent across
locales. Apply NO_LOCALE to force C locale. There might be a
more localized way, but I'm not seeing it offhand, and anyway
there is nothing in this test module that particularly cares
about locales.

Security: CVE-2022-2625

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/test/modules/test_extensions/Makefile | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-08 18:43:42 pgsql: Fix MSVC build script's check for obsolete node support function
Previous Message Tom Lane 2022-08-08 15:29:01 pgsql: Last-minute updates for release notes.