pgsql: Refactor PgFdwModifyState creation/destruction into separate fun

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor PgFdwModifyState creation/destruction into separate fun
Date: 2018-04-06 15:39:50
Message-ID: E1f4TSw-0003uP-DK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor PgFdwModifyState creation/destruction into separate functions.

Etsuro Fujita. The larger patch series of which this is a part has
been reviewed by Amit Langote, David Fetter, Maksim Milyutin,
Álvaro Herrera, Stephen Frost, and me.

Discussion: http://postgr.es/m/5A95487E.9050808@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/870d89608e5f891275d0b752560c827dbce3d7b4

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 278 ++++++++++++++++++++++--------------
1 file changed, 169 insertions(+), 109 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-04-06 15:55:56 pgsql: Enforce child constraints during COPY TO a partitioned table.
Previous Message Robert Haas 2018-04-06 14:13:12 Re: pgsql: Foreign keys on partitioned tables