Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d187688

Browse files
committed
Remove unnecessary brace pair.
1 parent 94cf48d commit d187688

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/access/heap/tuptoaster.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.63 2006/07/31 20:08:59 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.64 2006/09/10 23:33:22 momjian Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -162,9 +162,7 @@ heap_tuple_untoast_attr_slice(varattrib *attr, int32 sliceoffset, int32 slicelen
162162
if (VARATT_IS_EXTERNAL(attr))
163163
tmp = toast_fetch_datum(attr);
164164
else
165-
{
166165
tmp = attr; /* compressed in main tuple */
167-
}
168166

169167
preslice = (varattrib *) palloc(attr->va_content.va_external.va_rawsize
170168
+ VARHDRSZ);

0 commit comments

Comments
 (0)