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

Commit 29f6c8d

Browse files
committed
Fix for drop db message format changes
1 parent 2969c01 commit 29f6c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/euc_jp.out

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

0 commit comments

Comments
 (0)