Обсуждение: pgsql: COPY: use pg_plan_query() instead of planner()

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

pgsql: COPY: use pg_plan_query() instead of planner()

От
Alvaro Herrera
Дата:
COPY: use pg_plan_query() instead of planner()

While at it, trim the includes list in copy.c.  The planner headers
cannot be removed, but there are a few others that are not of any use.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/590e2d12f0e17aed39a64050f2dddc0d9f56c1ba

Modified Files
--------------
src/backend/commands/copy.c |    5 +----
1 file changed, 1 insertion(+), 4 deletions(-)