Commit 181932a0 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 70116493
......@@ -2434,7 +2434,7 @@ ExecComputeSlotInfo(ExprState *state, ExprEvalStep *op)
{
desc = parent->scandesc;
if (parent && parent->scanops)
if (parent->scanops)
tts_ops = parent->scanops;
if (parent->scanopsset)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment