Skip to content

Commit 181932a

Browse files
committed
Remove redundant not-null test
Reported-by: Ranier Vilela Discussion: https://postgr.es/m/MN2PR18MB2927E73FADCA8967B2302469E3490@MN2PR18MB2927.namprd18.prod.outlook.com Author: Ranier Vilela Backpatch-through: master
1 parent 7011649 commit 181932a

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy