mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Remove accidentally-committed debugging code.
Amit Kapila
This commit is contained in:
parent
7745bc352a
commit
179c97bf58
@ -892,9 +892,6 @@ BuildRemapInfo(TupleDesc tupledesc)
|
|||||||
Size size;
|
Size size;
|
||||||
AttrNumber i;
|
AttrNumber i;
|
||||||
bool noop = true;
|
bool noop = true;
|
||||||
StringInfoData buf;
|
|
||||||
|
|
||||||
initStringInfo(&buf);
|
|
||||||
|
|
||||||
size = offsetof(RemapInfo, mapping) +
|
size = offsetof(RemapInfo, mapping) +
|
||||||
sizeof(RemapClass) * tupledesc->natts;
|
sizeof(RemapClass) * tupledesc->natts;
|
||||||
@ -917,7 +914,6 @@ BuildRemapInfo(TupleDesc tupledesc)
|
|||||||
|
|
||||||
if (noop)
|
if (noop)
|
||||||
{
|
{
|
||||||
appendStringInfo(&buf, "noop");
|
|
||||||
pfree(remapinfo);
|
pfree(remapinfo);
|
||||||
remapinfo = NULL;
|
remapinfo = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user