Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cf0ea
)
Adjust largeobject_1.source per buildfarm.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Sep 2012 16:17:51 +0000
(12:17 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Sep 2012 16:17:51 +0000
(12:17 -0400)
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.)
src/test/regress/output/largeobject_1.source
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/output/largeobject_1.source
b/src/test/regress/output/largeobject_1.source
index 24fb09cef4da49326d60d3f25f43b85efe2276b1..5c69eff03b91530ef2ffcd7d27d8298084ffa5dd 100644
(file)
--- 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
----------
- 68080
1
+ 68080
0
(1 row)
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block