Thread: pgsql: Slight refactor for ExecOpenScanRelation(): we can use

pgsql: Slight refactor for ExecOpenScanRelation(): we can use

From
neilc@postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Slight refactor for ExecOpenScanRelation(): we can use
ExecRelationIsTargetRelation() to check if the relation is a target
rel, rather than scanning through the result relation array ourselves.

Modified Files:
--------------
    pgsql/src/backend/executor:
        execUtils.c (r1.147 -> r1.148)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execUtils.c.diff?r1=1.147&r2=1.148)