Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2acfc4f

Browse files
committed
Multibyte tests were all 'failing' because of change of
wording of 'relation does not exist' error message. Update expected files accordingly.
1 parent 40cad8b commit 2acfc4f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/test/mb/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/mb/expected/euc_jp.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/mb/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/mb/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/mb/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');

src/test/mb/expected/unicode.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 (分類コード);

0 commit comments

Comments
 (0)