Skip to content

Commit 99ec990

Browse files
peterepull[bot]
authored andcommitted
Remove useless Assert
It's already included in the subsequent intVal() call. Fixup for 4f62250.
1 parent 315a331 commit 99ec990

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/commands/tablecmds.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8565,7 +8565,6 @@ ATExecSetStatistics(Relation rel, const char *colName, int16 colNum, Node *newVa
85658565

85668566
if (newValue)
85678567
{
8568-
Assert(IsA(newValue, Integer));
85698568
newtarget = intVal(newValue);
85708569
}
85718570
else

0 commit comments

Comments
 (0)