mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Bruce's octet_length change breaks this regression test.
This commit is contained in:
@ -679,7 +679,7 @@ select i, length(t), octet_length(t), oldstyle_length(i,t) from oldstyle_test;
|
|||||||
| | |
|
| | |
|
||||||
0 | 2 | 2 | 2
|
0 | 2 | 2 | 2
|
||||||
1000 | 2 | 2 | 1002
|
1000 | 2 | 2 | 1002
|
||||||
0 | 50000 | 581 | 50000
|
0 | 50000 | 50000 | 50000
|
||||||
(4 rows)
|
(4 rows)
|
||||||
|
|
||||||
drop table oldstyle_test;
|
drop table oldstyle_test;
|
||||||
|
Reference in New Issue
Block a user