mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Remove useless Assert
It's already included in the subsequent intVal() call. Fixup for
4f622503d6
.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user