Make the file_fdw validator check that a filename option has been provided.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6e6cc5910b6b5db5e3662dc389e749763e5717f5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-05T22:46:03Z
Releases: 9.2.0
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