Remove parallel-safety check from GetExistingLocalJoinPath.

Robert Haas <rhaas@postgresql.org>

Commit: e0e7b8fa22539a81cc390f8ec57d6b52391b1335
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-02-05T13:07:38Z
Releases: 9.6.0
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.

Files

PathChange+/−
doc/src/sgml/fdwhandler.sgml modified +4 −5
src/backend/foreign/foreign.c modified +4 −5

Documentation touched