mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08: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;
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user