diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-15 12:17:51 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-15 12:17:51 -0400 |
commit | 2899e3d6e4729ffd386a07501ff6bdc3d074120f (patch) | |
tree | c3a61fe4e1214ceb57857f7c59dc2a428f4d4bf4 /src | |
parent | 05cf0ea8d1c94260cd11811b646ef7b16c148719 (diff) | |
download | postgresql-2899e3d6e4729ffd386a07501ff6bdc3d074120f.tar.gz postgresql-2899e3d6e4729ffd386a07501ff6bdc3d074120f.zip |
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.)
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/output/largeobject_1.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/largeobject_1.source b/src/test/regress/output/largeobject_1.source index 24fb09cef4d..5c69eff03b9 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 |