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

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

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