pgsql: COPY: use pg_plan_query() instead of planner() - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: COPY: use pg_plan_query() instead of planner()
Date
Msg-id E1Zgcyo-0002Cz-8F@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix ON CONFLICT DO UPDATE for tables with oids.
Next
From: Stephen Frost
Date:
Subject: pgsql: Ensure a few policies remain for pg_upgrade