diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source
index 18444115d69eff3698a6e7e87dda49180ea1367d..e3a5109a02c7c79ac3a267ac3fbd7c96c2f4ac54 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;