Remove useless Assert
It's already included in the subsequent intVal() call. Fixup for 4f622503d6.
This commit is contained in:
parent
6a3631e251
commit
e3aa802e6f
@ -8565,7 +8565,6 @@ ATExecSetStatistics(Relation rel, const char *colName, int16 colNum, Node *newVa
|
|||||||
|
|
||||||
if (newValue)
|
if (newValue)
|
||||||
{
|
{
|
||||||
Assert(IsA(newValue, Integer));
|
|
||||||
newtarget = intVal(newValue);
|
newtarget = intVal(newValue);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user