forked from openGauss-Ecosystem/openGauss-server
printtup优化
This commit is contained in:
parent
6e13bb8517
commit
91594ce000
|
@ -1040,7 +1040,6 @@ void printtup(TupleTableSlot *slot, DestReceiver *self)
|
|||
PrinttupAttrInfo *thisState = myState->myinfo + i;
|
||||
if (thisState->format != 0)
|
||||
binary = true;
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue