From e1c0bc1b26028dfefd1e65fc80d191d93a47edbe Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 20 Nov 2001 22:22:24 +0000
Subject: [PATCH] Bruce's octet_length change breaks this regression test.

---
 src/test/regress/output/misc.source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab