]> granicus.if.org Git - postgresql/commit
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
authorRobert Haas <rhaas@postgresql.org>
Wed, 3 Feb 2016 16:53:46 +0000 (11:53 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 3 Feb 2016 16:53:46 +0000 (11:53 -0500)
commit52b63649fc5ff5d86227b8905e1c79cd9ceddf4c
treecd9277ba4ea1bef216b72c5431a00bfb2867c19d
parentf2305d40ec20e63f781983d103d819ad2b6c0faf
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.

Remove duplicate assignment.  This part by Ashutosh Bapat.

Remove now-obsolete comment.  This part by me, although the pending
join pushdown patch does something similar, and for the same reason:
there's no reason to keep two lists of the things in the fdw_private
structure that have to be kept in sync with each other.
contrib/postgres_fdw/postgres_fdw.c