index d68666cad908599ebd3bf18e7c30d37019eddd62..5735acf10e3356fa8def0ca9fc8aaf695492c5ca 100644 (file)
Size size;
AttrNumber i;
bool noop = true;
- StringInfoData buf;
-
- initStringInfo(&buf);
size = offsetof(RemapInfo, mapping) +
sizeof(RemapClass) * tupledesc->natts;
if (noop)
{
- appendStringInfo(&buf, "noop");
pfree(remapinfo);
remapinfo = NULL;
}