Обсуждение: pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy

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

pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and
equal functions are checked for raw parse trees as well as post-analysis
trees.  This was never very important before, but the upcoming plan cache
control module will need to be able to do copyObject() on raw parse trees.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.523 -> r1.524)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.523&r2=1.524)