postgresql/contrib/postgres_fdw
Tom Lane cfc878a45c Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
In commit 462bd95705, I changed postgres_fdw
to rely on get_plan_rowmark() instead of get_parse_rowmark().  I still
think that's a good idea in the long run, but as Etsuro Fujita pointed out,
it doesn't work today because planner.c forces PlanRowMarks to have
markType = ROW_MARK_COPY for all foreign tables.  There's no urgent reason
to change this in the back branches, so let's just revert that part of
yesterday's commit rather than trying to design a better solution under
time pressure.

Also, add a regression test case showing what postgres_fdw does with FOR
UPDATE/SHARE.  I'd blithely assumed there was one already, else I'd have
realized yesterday that this code didn't work.
2014-12-12 12:41:55 -05:00
..
expected Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 2014-12-12 12:41:55 -05:00
sql Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 2014-12-12 12:41:55 -05:00
.gitignore
connection.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
deparse.c Fix mishandling of system columns in FDW queries. 2014-11-22 16:01:12 -05:00
Makefile
option.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
postgres_fdw--1.0.sql
postgres_fdw.c Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 2014-12-12 12:41:55 -05:00
postgres_fdw.control
postgres_fdw.h Fix contrib/postgres_fdw to handle multiple join conditions properly. 2014-03-07 16:36:50 -05:00