Remove useless Assert

It's already included in the subsequent intVal() call.  Fixup for
4f622503d6.
pull/152/head
Peter Eisentraut 2 years ago
parent 6a3631e251
commit e3aa802e6f
  1. 1
      src/backend/commands/tablecmds.c

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

Loading…
Cancel
Save