projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94cf48d
)
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 43ca366f0a6e5c9434656ea89f28981e48ab1760..31386de167b42d93c6d363f09ab741d632297541 100644
(file)
--- a/
src/backend/access/heap/tuptoaster.c
+++ b/
src/backend/access/heap/tuptoaster.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.6
3 2006/07/31 20:08:59 tgl
Exp $
+ * $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.6
4 2006/09/10 23:33:22 momjian
Exp $
*
*
* INTERFACE ROUTINES
@@
-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);