From: Tom Lane Date: Sat, 15 Sep 2012 16:17:51 +0000 (-0400) Subject: Adjust largeobject_1.source per buildfarm. X-Git-Tag: REL9_3_BETA1~905 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2899e3d6e4729ffd386a07501ff6bdc3d074120f;p=postgresql Adjust largeobject_1.source per buildfarm. Looks like the correct size of DOS-ified tenk.data is 680800 not 680801. (I got the latter from a version of unix2dos that appends a trailing ^Z, which evidently is not git's practice.) --- diff --git a/src/test/regress/output/largeobject_1.source b/src/test/regress/output/largeobject_1.source index 24fb09cef4..5c69eff03b 100644 --- a/src/test/regress/output/largeobject_1.source +++ b/src/test/regress/output/largeobject_1.source @@ -226,7 +226,7 @@ UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS inte SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; lo_lseek ---------- - 680801 + 680800 (1 row) -- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block