Thread

  1. Assignment before assert

    Dmitry Koval <d.koval@postgrespro.ru> — 2025-02-13T17:08:26Z

    Hi!
    Function EvalPlanQualFetchRowMark contains an assignment
    
    	ExecRowMark *erm = earm->rowmark;
    
    before assert
    
    	Assert(earm != NULL);
    
    Maybe these lines need to be swapped?
    
    -- 
    With best regards,
    Dmitry Koval
    
    Postgres Professional: http://postgrespro.com