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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: COPY: use pg_plan_query() instead of planner()
Date: 2015-09-28 18:16:50
Message-ID: E1Zgcyo-0002Cz-8F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-09-28 19:42:40 Re: Rename withCheckOptions to insertedCheckClauses
Previous Message Andres Freund 2015-09-28 17:31:29 pgsql: Fix ON CONFLICT DO UPDATE for tables with oids.