Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
39f3c5d3
Commit
39f3c5d3
authored
Jun 24, 2005
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unbreak unicode/utf8 test
parent
db53fa6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/test/mb/expected/utf8.out
src/test/mb/expected/utf8.out
+0
-0
src/test/mb/mbregress.sh
src/test/mb/mbregress.sh
+3
-3
src/test/mb/sql/utf8.sql
src/test/mb/sql/utf8.sql
+0
-0
No files found.
src/test/mb/expected/u
nicode
.out
→
src/test/mb/expected/u
tf8
.out
View file @
39f3c5d3
File moved
src/test/mb/mbregress.sh
View file @
39f3c5d3
#! /bin/sh
#! /bin/sh
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.
8 2005/03/07 04:30:55 momjian
Exp $
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.
9 2005/06/24 15:11:59 ishii
Exp $
if
echo
'\c'
|
grep
-s
c
>
/dev/null 2>&1
if
echo
'\c'
|
grep
-s
c
>
/dev/null 2>&1
then
then
...
@@ -14,8 +14,8 @@ if [ ! -d results ];then
...
@@ -14,8 +14,8 @@ if [ ! -d results ];then
mkdir
results
mkdir
results
fi
fi
dropdb u
nitest
dropdb u
tf8
createdb
-E
UTF8 u
nitest
createdb
-E
UTF8 u
tf8
PSQL
=
"psql -n -e -q"
PSQL
=
"psql -n -e -q"
tests
=
"euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"
tests
=
"euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"
...
...
src/test/mb/sql/u
nicode
.sql
→
src/test/mb/sql/u
tf8
.sql
View file @
39f3c5d3
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment