postgresql/contrib/postgres_fdw
Robert Haas 02a568a027 postgres_fdw: Fix the fix for crash when pushing down multiple joins.
Commit 3151f16e18 was intended to be
a commit of a patch from Ashutosh Bapat, but instead I mistakenly
committed an earlier version from Michael Paquier (because both
patches were submitted with the same filename, and I confused them).
Michael's patch fixes the crash but doesn't actually implement the
correct test.

Repair the incorrect logic, and also expand the comments considerably
so that this is all more clear.

Ashutosh Bapat and Robert Haas
2016-05-16 11:28:28 -04:00
..
expected postgres_fdw: Fix the fix for crash when pushing down multiple joins. 2016-05-16 11:28:28 -04:00
sql postgres_fdw: Fix the fix for crash when pushing down multiple joins. 2016-05-16 11:28:28 -04:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
connection.c Fix multiple problems in postgres_fdw query cancellation logic. 2016-05-16 11:19:10 -04:00
deparse.c postgres_fdw: Clean up handling of system columns. 2016-04-15 12:08:14 -04:00
option.c postgres_fdw: Allow fetch_size to be set per-table or per-server. 2016-02-03 09:07:35 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c postgres_fdw: Fix the fix for crash when pushing down multiple joins. 2016-05-16 11:28:28 -04:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Allow queries submitted by postgres_fdw to be canceled. 2016-04-21 10:49:09 -04:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00