git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94cf48d)
Remove unnecessary brace pair.
2006年9月10日 23:33:22 +0000 (23:33 +0000)
2006年9月10日 23:33:22 +0000 (23:33 +0000)

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.63 2006年07月31日 20:08:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.64 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);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /