Thanks to visit codestin.com
Credit goes to github.com

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

Lines changed: 1 addition & 1 deletion
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)