diff options
Diffstat (limited to 'contrib/postgres_fdw')
-rw-r--r-- | contrib/postgres_fdw/option.c | 2 | ||||
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
2 files changed, 0 insertions, 4 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 diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index d7c5fa21195..040e5867bfc 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -228,8 +228,6 @@ typedef struct /* * SQL functions */ -extern Datum postgres_fdw_handler(PG_FUNCTION_ARGS); - PG_FUNCTION_INFO_V1(postgres_fdw_handler); /* |