mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
Remove useless Assert
It's already included in the subsequent intVal() call. Fixup for
4f622503d6.
This commit is contained in:
parent
6a3631e251
commit
e3aa802e6f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue