1
0
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:
Peter Eisentraut
2024-01-14 07:29:45 +01:00
parent 6a3631e251
commit e3aa802e6f

View File

@ -8565,7 +8565,6 @@ ATExecSetStatistics(Relation rel, const char *colName, int16 colNum, Node *newVa
if (newValue)
{
Assert(IsA(newValue, Integer));
newtarget = intVal(newValue);
}
else