aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-06-26 17:20:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-06-26 17:20:04 +0000
commit3cbd6bc308cfeb8c2b5e42707f0ffcb7def64c15 (patch)
treef20cb4db6116d172771972916da7db1b833f3b3b /src
parentbb3cce4ec9cc157a8dfc80b5b1770c2beac0a57e (diff)
downloadpostgresql-3cbd6bc308cfeb8c2b5e42707f0ffcb7def64c15.tar.gz
postgresql-3cbd6bc308cfeb8c2b5e42707f0ffcb7def64c15.zip
Fix overlooked regression output file.
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/expected/int8-exp-three-digits.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/int8-exp-three-digits.out b/src/test/regress/expected/int8-exp-three-digits.out
index 5e6bee8cc79..ff147792621 100644
--- 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