Skip to content

Commit 179c97b

Browse files
committed
Remove accidentally-committed debugging code.
Amit Kapila
1 parent 7745bc3 commit 179c97b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/executor/tqueue.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,6 @@ BuildRemapInfo(TupleDesc tupledesc)
892892
Size size;
893893
AttrNumber i;
894894
bool noop = true;
895-
StringInfoData buf;
896-
897-
initStringInfo(&buf);
898895

899896
size = offsetof(RemapInfo, mapping) +
900897
sizeof(RemapClass) * tupledesc->natts;
@@ -917,7 +914,6 @@ BuildRemapInfo(TupleDesc tupledesc)
917914

918915
if (noop)
919916
{
920-
appendStringInfo(&buf, "noop");
921917
pfree(remapinfo);
922918
remapinfo = NULL;
923919
}

0 commit comments

Comments
 (0)