pgsql: Make the file_fdw validator check that a filename option has bee

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make the file_fdw validator check that a filename option has bee
Дата
Msg-id E1QeENn-0003p1-PD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f8bd267d35503109255c99eae96c86ba8ba1b56f

Modified Files
--------------
contrib/file_fdw/file_fdw.c             |   18 +++++++++++++++---
contrib/file_fdw/input/file_fdw.source  |    1 +
contrib/file_fdw/output/file_fdw.source |    2 ++
3 files changed, 18 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Call FDW validator functions even when the options list is empty
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Call FDW validator functions even when the options list is empty