pgsql: Remove parallel-safety check from GetExistingLocalJoinPath.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove parallel-safety check from GetExistingLocalJoinPath.
Date: 2016-02-05 13:10:20
Message-ID: E1aRg9U-0001Xe-U6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove parallel-safety check from GetExistingLocalJoinPath.

Commit a104a017fc5f67ff5d9c374cd831ac3948a874c2 has this check because
I added it to the submitted patch before commit, but that was entirely
wrongheaded, as explained to me by Ashutosh Bapat, who also wrote this
patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e0e7b8fa22539a81cc390f8ec57d6b52391b1335

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml | 9 ++++-----
src/backend/foreign/foreign.c | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-05 13:11:20 pgsql: Fix typo in comment.
Previous Message Robert Haas 2016-02-05 13:06:10 pgsql: Fix small goof in comment.