From: Tom Lane Date: Tue, 20 Nov 2001 22:22:24 +0000 (+0000) Subject: Bruce's octet_length change breaks this regression test. X-Git-Tag: REL7_2_BETA4~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c0bc1b26028dfefd1e65fc80d191d93a47edbe;p=postgresql Bruce's octet_length change breaks this regression test. --- diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 18444115d6..e3a5109a02 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;