Refactor PgFdwModifyState creation/destruction into separate functions.

Robert Haas <rhaas@postgresql.org>

Commit: 870d89608e5f891275d0b752560c827dbce3d7b4
Author: Robert Haas <rhaas@postgresql.org>
Date: 2018-04-06T15:29:43Z
Releases: 11.0
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

Files

PathChange+/−
contrib/postgres_fdw/postgres_fdw.c modified +169 −109

Discussion