diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/output/misc.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 18444115d69..e3a5109a02c 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -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; |