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

Commitdb6d989

Browse files
committed
Generate a locale-agnostic initdb template
Fixup for252dcb3.Without this, the "template" data directory created in the initial teststeps uses a non-C locale, upsetting numerous tests that rely on parsingEnglish error messages.Discussion:https://postgr.es/m/CAFj8pRB=XVWC0orWu0FbjrmyOpAMLqJiau80YyQOYQPfMj8Xxw@mail.gmail.com
1 parent63956be commitdb6d989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ sys.exit(sp.returncode)
31073107
''',
31083108
test_initdb_template,
31093109
temp_install_bindir/'initdb',
3110-
'-A','trust','-N','--no-instructions'
3110+
'-A','trust','-N','--no-instructions','--no-locale'
31113111
],
31123112
priority: setup_tests_priority-1,
31133113
timeout:300,

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ ifeq ($(MAKELEVEL),0)
425425
$(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install >'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
426426
$(MAKE) -j1 $(if $(CHECKPREP_TOP),-C $(CHECKPREP_TOP),) checkprep >>'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
427427

428-
$(with_temp_install) initdb -A trust -N --no-instructions '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
428+
$(with_temp_install) initdb -A trust -N --no-instructions--no-locale'$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
429429
endif
430430
endif
431431
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp