postgresql/contrib/postgres_fdw
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation.
Since 69f4b9c plain expression evaluation (and thus normal projection)
can't return sets of tuples anymore. Thus remove code dealing with
that possibility.

This will require adjustments in external code using
ExecEvalExpr()/ExecProject() - that should neither be hard nor very
common.

Author: Andres Freund and Tom Lane
Discussion: https://postgr.es/m/20160822214023.aaxz5l4igypowyri@alap3.anarazel.de
2017-01-19 14:40:41 -08:00
..
expected Invalidate cached plans on FDW option changes. 2017-01-06 14:12:52 -05:00
sql Invalidate cached plans on FDW option changes. 2017-01-06 14:12:52 -05:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
deparse.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
option.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
shippable.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00