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

Commit3cbd6bc

Browse files
committed
Fix overlooked regression output file.
1 parentbb3cce4 commit3cbd6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/expected/int8-exp-three-digits.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ SELECT '' AS to_char_15, to_char(q2, 'S 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 . 9 9 9'
280280
| -4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 . 0 0 0
281281
(5 rows)
282282

283-
SELECT '' AS to_char_16, to_char(q2, '99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL;
283+
SELECT '' AS to_char_16, to_char(q2,E'99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL;
284284
to_char_16 | to_char
285285
------------+-----------------------------------------------------------
286286
| text 9999 "text between quote marks" 456

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp