Обсуждение: pgsql: Slight refactor for ExecOpenScanRelation(): we can use

Поиск
Список
Период
Сортировка

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

От
neilc@postgresql.org (Neil Conway)
Дата:
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)