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

Commitb897398

Browse files
committed
Set lc_* stuff before regression test
1 parent8a5d7b7 commitb897398

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎contrib/mmts/tests2/support/docker-regress.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22

33
cd /pg/src/src/test/regress
44

5+
psql -U postgres regression<<-SQL
6+
ALTER DATABASE "postgres" SET lc_messages TO 'C';
7+
ALTER DATABASE "postgres" SET lc_monetary TO 'C';
8+
ALTER DATABASE "postgres" SET lc_numeric TO 'C';
9+
ALTER DATABASE "postgres" SET lc_time TO 'C';
10+
ALTER DATABASE "postgres" SET timezone_abbreviations TO 'Default';
11+
SQL
12+
513
./pg_regress --use-existing \
614
--schedule=parallel_schedule \
715
--host=node1 \
816
--user=postgres
917

1018
STATUS=$?
1119

12-
# cat regression.diffs
20+
if [-f"regression.diffs" ]
21+
then
22+
cat regression.diffs
23+
fi
1324

1425
exit$STATUS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp