Make the file_fdw validator check that a filename option has been provided.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jul 2011 22:46:03 +0000 (18:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jul 2011 22:46:03 +0000 (18:46 -0400)
commit6e6cc5910b6b5db5e3662dc389e749763e5717f5
treebb381a3909318731b6ebb439d745054e1ef20e40
parent2e56fa863221d60d8bf8a8b946aaf8ba28ed05e7
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.
contrib/file_fdw/file_fdw.c
contrib/file_fdw/input/file_fdw.source
contrib/file_fdw/output/file_fdw.source