Обсуждение: pgsql: Stabilize output of new regression test.

Поиск
Список
Период
Сортировка

pgsql: Stabilize output of new regression test.

От
Tom Lane
Дата:
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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2a4d82aadf8c3c2cf7f586c6ba2766f9bd2ba657

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