]> granicus.if.org Git - postgresql/commit
COPY: use pg_plan_query() instead of planner()
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Sep 2015 18:14:08 +0000 (15:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Sep 2015 18:14:08 +0000 (15:14 -0300)
commit590e2d12f0e17aed39a64050f2dddc0d9f56c1ba
tree78b569985a569c3c0a5744ede35b017e14520d71
parent617db3a2d8ad6abc0d7be623f43edc943a6640a8
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.
src/backend/commands/copy.c