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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the file_fdw validator check that a filename option has bee
Date: 2011-07-05 22:46:19
Message-ID: E1QeENn-0003oy-OY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6e6cc5910b6b5db5e3662dc389e749763e5717f5

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-07-06 14:13:55 pgsql: Attempt to standardize formatting of psql queries.
Previous Message Peter Eisentraut 2011-07-05 20:02:13 pgsql: Message style improvements of errmsg_internal() calls