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

Commitd69344c

Browse files
committed
More multibyte tests with obsolete spelling of error message...
1 parent22fe451 commitd69344c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎src/test/regress/expected/euc_cn.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QUERY: drop table ���������;
2-
ERROR: Relation ��������� does not exist!
2+
ERROR: Relation'���������' does not exist
33
QUERY: create table ���������(���� text, ����� varchar, ��ע1A char(16));
44
QUERY: create index ���������index1 on ��������� using btree(����);
55
QUERY: create index ���������index2 on ��������� using btree(�����);

‎src/test/regress/expected/euc_kr.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QUERY: drop table ͪߩѦ���;
2-
ERROR: Relation ͪߩѦ��� does not exist!
2+
ERROR: Relation'ͪߩѦ���' does not exist
33
QUERY: create table ͪߩѦ��� (��� text, ��׾�ڵ� varchar, ���1A�� char(16));
44
QUERY: create index ͪߩѦ���index1 on ͪߩѦ��� using btree (���);
55
QUERY: create index ͪߩѦ���index2 on ͪߩѦ��� using hash (��׾�ڵ�);

‎src/test/regress/expected/euc_tw.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QUERY: drop table ��ٸ����;
2-
ERROR: Relation ��ٸ���� does not exist!
2+
ERROR: Relation'��ٸ����' does not exist
33
QUERY: create table ��ٸ���� (����ɱ text, ��Ƴ��� varchar, ���� varchar(16));
44
QUERY: create index ��ٸ����index1 on ��ٸ���� using btree (����ɱ);
55
QUERY: create index ��ٸ����index2 on ��ٸ���� using hash (��Ƴ���);

‎src/test/regress/expected/mule_internal.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QUERY: drop table ��ג�������ђ��;
2-
ERROR: Relation ��ג�������ђ�� does not exist!
2+
ERROR: Relation'��ג�������ђ��' does not exist
33
QUERY: create table ��ג�������ђ�� (��ђ�� text, �ʬ������������ varchar, ������1A������ char(16));
44
QUERY: create index ��ג�������ђ��index1 on ��ג�������ђ�� using btree (��ђ��);
55
QUERY: create index ��ג�������ђ��index2 on ��ג�������ђ�� using hash (�ʬ������������);
@@ -86,7 +86,7 @@ QUERY: select *,substring(
8686
(3 rows)
8787

8888
QUERY: drop table ��Ƒ�㑻�������;
89-
ERROR: Relation ��Ƒ�㑻������� does not exist!
89+
ERROR: Relation'��Ƒ�㑻�������' does not exist
9090
QUERY: create table ��Ƒ�㑻�������(������ text, ��֑����� varchar, ����ע1A char(16));
9191
QUERY: create index ��Ƒ�㑻�������index1 on ��Ƒ�㑻������� using btree(������);
9292
QUERY: create index ��Ƒ�㑻�������index2 on ��Ƒ�㑻������� using btree(��֑�����);
@@ -173,7 +173,7 @@ QUERY: select *,substring(
173173
(3 rows)
174174

175175
QUERY: drop table �ͪ�ߩ�Ѧ��듾�;
176-
ERROR: Relation �ͪ�ߩ�Ѧ��듾� does not exist!
176+
ERROR: Relation'�ͪ�ߩ�Ѧ��듾�' does not exist
177177
QUERY: create table �ͪ�ߩ�Ѧ��듾� (��듾� text, ��“׾��ړ�� varchar, ����1A��󓱸 char(16));
178178
QUERY: create index �ͪ�ߩ�Ѧ��듾�index1 on �ͪ�ߩ�Ѧ��듾� using btree (��듾�);
179179
QUERY: create index �ͪ�ߩ�Ѧ��듾�index2 on �ͪ�ߩ�Ѧ��듾� using hash (��“׾��ړ��);
@@ -260,7 +260,7 @@ QUERY: select *,substring(
260260
(3 rows)
261261

262262
QUERY: drop table test;
263-
ERROR: Relation test does not exist!
263+
ERROR: Relation'test' does not exist
264264
QUERY: create table test (t text);
265265
QUERY: insert into test values('ENGLISH');
266266
QUERY: insert into test values('FRAN��AIS');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp