Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3aa802

Browse files
committed
Remove useless Assert
It's already included in the subsequent intVal() call. Fixup for4f62250.
1 parent6a3631e commite3aa802

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)

[8]ページ先頭

©2009-2025 Movatter.jp