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

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Slight refactor for ExecOpenScanRelation(): we can use
Date: 2007-07-27 19:09:04
Message-ID: 20070727190904.DCA799FB3EA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2007-07-28 14:25:03 pgunittest - pgUnitTest_Dev: New Directory
Previous Message Peter Eisentraut 2007-07-27 10:37:52 pgsql: Update conformance information about bigint type found by