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: 7745bc3)
Remove accidentally-committed debugging code.
2015年11月15日 23:07:57 +0000 (18:07 -0500)
2015年11月15日 23:07:57 +0000 (18:07 -0500)
Amit Kapila


diff --git a/src/backend/executor/tqueue.c b/src/backend/executor/tqueue.c
index d68666cad908599ebd3bf18e7c30d37019eddd62..5735acf10e3356fa8def0ca9fc8aaf695492c5ca 100644 (file)
--- a/src/backend/executor/tqueue.c
+++ b/src/backend/executor/tqueue.c
@@ -892,9 +892,6 @@ BuildRemapInfo(TupleDesc tupledesc)
Size size;
AttrNumber i;
bool noop = true;
- StringInfoData buf;
-
- initStringInfo(&buf);
size = offsetof(RemapInfo, mapping) +
sizeof(RemapClass) * tupledesc->natts;
@@ -917,7 +914,6 @@ BuildRemapInfo(TupleDesc tupledesc)
if (noop)
{
- appendStringInfo(&buf, "noop");
pfree(remapinfo);
remapinfo = NULL;
}
This is the main PostgreSQL git repository.
RSS Atom

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