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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy