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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: COPY: use pg_plan_query() instead of planner()
Дата
Msg-id E1Zgcyo-0002Cz-8F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix ON CONFLICT DO UPDATE for tables with oids.
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Ensure a few policies remain for pg_upgrade