pgsql: Slight refactor for ExecOpenScanRelation(): we can use - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Slight refactor for ExecOpenScanRelation(): we can use
Date
Msg-id 20070727190904.DCA799FB3EA@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update conformance information about bigint type found by
Next
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgunittest - pgUnitTest_Dev: New Directory