Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4ff6c3

Browse files
committed
Change Does Not Exist to 'does not exist'.
1 parent 3a03e3c commit d4ff6c3

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)