Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44d3349

Browse files
Marina Polyakovafunny-falcon
Marina Polyakova
authored andcommitted
Remove postgres_fdw_validator declaration
It is not actually used here, but before that we found the duplicate symbolpg_finfo_postgres_fdw_validator in the shared libraries postgres_fdw.so andvops.so.
1 parent808c78d commit44d3349

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎vops_fdw.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,6 @@ vops_fdw_handler(PG_FUNCTION_ARGS)
201201
}
202202

203203

204-
/*
205-
* Validate the generic options given to a FOREIGN DATA WRAPPER, SERVER,
206-
* USER MAPPING or FOREIGN TABLE that uses postgres_fdw.
207-
*
208-
* Raise an ERROR if the option or its value is considered invalid.
209-
*/
210-
PG_FUNCTION_INFO_V1(postgres_fdw_validator);
211-
212204
Datum
213205
vops_fdw_validator(PG_FUNCTION_ARGS)
214206
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp