]> granicus.if.org Git - postgresql/commit
Remove parallel-safety check from GetExistingLocalJoinPath.
authorRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2016 13:07:38 +0000 (08:07 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2016 13:07:38 +0000 (08:07 -0500)
commite0e7b8fa22539a81cc390f8ec57d6b52391b1335
tree105122b152d5dd70d6510af1b93e1377b920dc99
parent63f39b9148319c2e399dd827941b4d579b79f18b
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.
doc/src/sgml/fdwhandler.sgml
src/backend/foreign/foreign.c