postgresql/contrib/file_fdw
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety.
This is basically a bug fix; the old code assumes that a ForeignScan
is always parallel-safe, but for postgres_fdw, for example, this is
definitely false.  It should be true for file_fdw, though, since a
worker can read a file from the filesystem just as well as any other
backend process.

Original patch by Thomas Munro.  Documentation, and changes to the
comments, by me.
2016-02-26 16:14:46 +05:30
..
data Provide a FORCE NULL option to COPY in CSV mode. 2014-03-04 17:31:59 -05:00
expected
input Allow foreign tables to participate in inheritance. 2015-03-22 13:53:21 -04:00
output Allow foreign tables to participate in inheritance. 2015-03-22 13:53:21 -04:00
sql
.gitignore
file_fdw--1.0.sql
file_fdw.c Add new FDW API to test for parallel-safety. 2016-02-26 16:14:46 +05:30
file_fdw.control
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00