Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfab371

Browse files
committed
Stabilize output of new regression test.
Per buildfarm, the output order of \dx+ isn't consistent acrosslocales. Apply NO_LOCALE to force C locale. There might be amore localized way, but I'm not seeing it offhand, and anywaythere is nothing in this test module that particularly caresabout locales.Security:CVE-2022-2625
1 parenta2398bf commitdfab371

File tree

1 file changed

+3
-0
lines changed
  • src/test/modules/test_extensions

1 file changed

+3
-0
lines changed

‎src/test/modules/test_extensions/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ DATA = test_ext1--1.0.sql test_ext2--1.0.sql test_ext3--1.0.sql \
1515

1616
REGRESS = test_extensions test_extdepend
1717

18+
# force C locale for output stability
19+
NO_LOCALE = 1
20+
1821
ifdefUSE_PGXS
1922
PG_CONFIG = pg_config
2023
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp