]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:09 +0000 (18:46 -0400)
commitf8bd267d35503109255c99eae96c86ba8ba1b56f
treea47d4b60304a8b094923a5cffb07739dc99de051
parentc639d240c00f8d2b6684c03597b30d179d4ab31c
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