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

Commit d8ec518

Browse files
author
Thomas G. Lockhart
committed
Update results count to reflect bad entries now being rejected by new decoder.
1 parent 68cd097 commit d8ec518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/sql/tinterval.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INSERT INTO TINTERVAL_TBL (f1)
2525

2626
-- test tinterval operators
2727

28-
SELECT '' AS seven, TINTERVAL_TBL.*;
28+
SELECT '' AS five, TINTERVAL_TBL.*;
2929

3030
-- length ==
3131
SELECT '' AS one, t.*

0 commit comments

Comments
 (0)