Skip to content

Commit 2899e3d

Browse files
committed
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.)
1 parent 05cf0ea commit 2899e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/output/largeobject_1.source

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS inte
226226
SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values;
227227
lo_lseek
228228
----------
229-
680801
229+
680800
230230
(1 row)
231231

232232
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block

0 commit comments

Comments
 (0)