projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f495963
)
Remove unnecessary brace pair.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 10 Sep 2006 23:33:22 +0000
(23:33 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 10 Sep 2006 23:33:22 +0000
(23:33 +0000)
src/backend/access/heap/tuptoaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/tuptoaster.c
b/src/backend/access/heap/tuptoaster.c
index 49c6d0746cd37be8d6934b31b68e9eaddf0ed4cf..b71dd30ff198d294a8e730d51a32b2f070e8437f 100644
(file)
--- a/
src/backend/access/heap/tuptoaster.c
+++ b/
src/backend/access/heap/tuptoaster.c
@@
-162,9
+162,7
@@
heap_tuple_untoast_attr_slice(varattrib *attr, int32 sliceoffset, int32 slicelen
if (VARATT_IS_EXTERNAL(attr))
tmp = toast_fetch_datum(attr);
else
- {
tmp = attr; /* compressed in main tuple */
- }
preslice = (varattrib *) palloc(attr->va_content.va_external.va_rawsize
+ VARHDRSZ);