projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb3cce4
)
Fix overlooked regression output file.
author
Tom Lane
<
[email protected]
>
Sun, 26 Jun 2005 17:20:04 +0000
(17:20 +0000)
committer
Tom Lane
<
[email protected]
>
Sun, 26 Jun 2005 17:20:04 +0000
(17:20 +0000)
src/test/regress/expected/int8-exp-three-digits.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/int8-exp-three-digits.out
b/src/test/regress/expected/int8-exp-three-digits.out
index 5e6bee8cc792015c0481e87265d5505e53e62fa4..ff147792621675f4bc22ed74845059c6885aa90d 100644
(file)
--- a/
src/test/regress/expected/int8-exp-three-digits.out
+++ b/
src/test/regress/expected/int8-exp-three-digits.out
@@
-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'
| -4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 . 0 0 0
(5 rows)
-SELECT '' AS to_char_16, to_char(q2, '99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL;
+SELECT '' AS to_char_16, to_char(q2,
E
'99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL;
to_char_16 | to_char
------------+-----------------------------------------------------------
| text 9999 "text between quote marks" 456