mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
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.)
This commit is contained in:
parent
05cf0ea8d1
commit
2899e3d6e4
@ -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;
|
SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values;
|
||||||
lo_lseek
|
lo_lseek
|
||||||
----------
|
----------
|
||||||
680801
|
680800
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block
|
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block
|
||||||
|
Loading…
Reference in New Issue
Block a user