Make the file_fdw validator check that a filename option has been provided.
Tom Lane <tgl@sss.pgh.pa.us>
Make the file_fdw validator check that a filename option has been provided. This was already a runtime failure condition, but it's better to check at validation time if possible. Lightly modified version of a patch by Shigeru Hanada.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/file_fdw/file_fdw.c | modified | +15 −3 |
| contrib/file_fdw/input/file_fdw.source | modified | +1 −0 |
| contrib/file_fdw/output/file_fdw.source | modified | +2 −0 |