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

Commit181932a

Browse files
committed
Remove redundant not-null test
Reported-by: Ranier VilelaDiscussion:https://postgr.es/m/MN2PR18MB2927E73FADCA8967B2302469E3490@MN2PR18MB2927.namprd18.prod.outlook.comAuthor: Ranier VilelaBackpatch-through: master
1 parent7011649 commit181932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/execExpr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2434,7 +2434,7 @@ ExecComputeSlotInfo(ExprState *state, ExprEvalStep *op)
24342434
{
24352435
desc=parent->scandesc;
24362436

2437-
if (parent&&parent->scanops)
2437+
if (parent->scanops)
24382438
tts_ops=parent->scanops;
24392439

24402440
if (parent->scanopsset)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp