diff options
Diffstat (limited to 'contrib/postgres_fdw/option.c')
-rw-r--r-- | contrib/postgres_fdw/option.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/postgres_fdw/option.c b/contrib/postgres_fdw/option.c index 8ba2be5ca63..6f98dfcb234 100644 --- a/contrib/postgres_fdw/option.c +++ b/contrib/postgres_fdw/option.c @@ -57,8 +57,6 @@ static bool is_libpq_option(const char *keyword); * * Raise an ERROR if the option or its value is considered invalid. */ -extern Datum postgres_fdw_validator(PG_FUNCTION_ARGS); - PG_FUNCTION_INFO_V1(postgres_fdw_validator); Datum |