]> granicus.if.org Git - postgresql/commit
Slight refactor for ExecOpenScanRelation(): we can use
authorNeil Conway <neilc@samurai.com>
Fri, 27 Jul 2007 19:09:04 +0000 (19:09 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 27 Jul 2007 19:09:04 +0000 (19:09 +0000)
commitdffad0285672af8a65a6d8d6b01d6870435e40e4
tree47a50251151c2e602f7ccf8b6a5778414a02a705
parentdc6dc0f63aa6f42136beea11486b41483b7edf7c
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.
src/backend/executor/execUtils.c