• A
    Fix dereference after null check in ProcArrayEndTransaction. · 7a9af586
    Ashwin Agrawal 提交于
    Coverity reported: Either the check against null is unnecessary, or there may be
    a null pointer dereference. In ProcArrayEndTransaction: Pointer is checked
    against null but then dereferenced anyway.
    
    While its not an issue and for commit case, pointer is never null, but simplify
    the code and stop using pointer itself here.
    7a9af586
procarray.c 65.6 KB