pgsql: Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Date: 2016-02-03 16:54:57
Message-ID: E1aR0hl-0008MC-Th@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52b63649fc5ff5d86227b8905e1c79cd9ceddf4c

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 8 --------
1 file changed, 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-03 17:04:14 pgsql: Make hstore_to_jsonb_loose match hstore_to_json_loose on what's
Previous Message Robert Haas 2016-02-03 15:47:09 pgsql: Remove CustomPath's TextOutCustomPath method.