postgresql/contrib/file_fdw
Robert Haas 9d71323dac Even if some partitions are foreign, allow tuple routing.
This doesn't allow routing tuple to the foreign partitions themselves,
but it permits tuples to be routed to regular partitions despite the
presence of foreign partitions in the same inheritance hierarchy.

Etsuro Fujita, reviewed by Amit Langote and by me.

Discussion: http://postgr.es/m/bc3db4c1-1693-3b8a-559f-33ad2b50b7ad@lab.ntt.co.jp
2017-09-07 10:58:21 -04:00
..
data pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
expected
input Even if some partitions are foreign, allow tuple routing. 2017-09-07 10:58:21 -04:00
output Even if some partitions are foreign, allow tuple routing. 2017-09-07 10:58:21 -04:00
sql
.gitignore
file_fdw--1.0.sql
file_fdw.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
file_fdw.control
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00