Skip to content
Snippets Groups Projects
Commit e1c0bc1b authored by Tom Lane's avatar Tom Lane
Browse files

Bruce's octet_length change breaks this regression test.

parent c78975f8
No related branches found
No related tags found
No related merge requests found
......@@ -679,7 +679,7 @@ select i, length(t), octet_length(t), oldstyle_length(i,t) from oldstyle_test;
| | |
0 | 2 | 2 | 2
1000 | 2 | 2 | 1002
0 | 50000 | 581 | 50000
0 | 50000 | 50000 | 50000
(4 rows)
drop table oldstyle_test;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment