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

Commit d4a2c86

Browse files
committed
Fix for char_length() changes
1 parent e64a331 commit d4a2c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/regress/expected/euc_jp.out

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ select * from
5454
(2 rows)
5555

5656
select *,character_length(�Ѹ�) from �׻����Ѹ�;
57-
�Ѹ� | ʬ�ॳ���� | ����1a���� | length
58-
----------------------------+------------+------------+--------
59-
����ԥ塼���ǥ����ץ쥤 | ��A01�� | | 12
60-
����ԥ塼������ե��å��� | ʬB10�� | | 13
61-
����ԥ塼���ץ�����ޡ� | ��Z01�� | | 12
57+
�Ѹ� | ʬ�ॳ���� | ����1a���� | char_length
58+
----------------------------+------------+------------+-------------
59+
����ԥ塼���ǥ����ץ쥤 | ��A01�� | | 12
60+
����ԥ塼������ե��å��� | ʬB10�� | | 13
61+
����ԥ塼���ץ�����ޡ� | ��Z01�� | | 12
6262
(3 rows)
6363

6464
select *,octet_length(�Ѹ�) from �׻����Ѹ�;

0 commit comments

Comments
 (0)