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

Commit39f3c5d

Browse files
committed
unbreak unicode/utf8 test
1 parentdb53fa6 commit39f3c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

‎src/test/mb/mbregress.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $
33

44
ifecho'\c'| grep -s c>/dev/null2>&1
55
then
@@ -14,8 +14,8 @@ if [ ! -d results ];then
1414
mkdir results
1515
fi
1616

17-
dropdbunitest
18-
createdb -E UTF8unitest
17+
dropdbutf8
18+
createdb -E UTF8utf8
1919

2020
PSQL="psql -n -e -q"
2121
tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp