OSDN Git Service

Bruce's octet_length change breaks this regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Nov 2001 22:22:24 +0000 (22:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Nov 2001 22:22:24 +0000 (22:22 +0000)
src/test/regress/output/misc.source

index 1844411..e3a5109 100644 (file)
@@ -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;