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

Commit4815dfa

Browse files
committed
Remove prototype for fmgr() function, which no longer exists.
Commit5ded4bd removed the codefor this function, but neglected to remove the prototype andassociated comments.Dagfinn Ilmari MannsåkerDiscussion:http://postgr.es/m/d8j4lmuxjzk.fsf@dalvik.ping.uio.no
1 parent9e03901 commit4815dfa

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

‎src/include/fmgr.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -730,19 +730,4 @@ extern PGDLLIMPORT fmgr_hook_type fmgr_hook;
730730
#defineFmgrHookIsNeeded(fn_oid)\
731731
(!needs_fmgr_hook ? false : (*needs_fmgr_hook)(fn_oid))
732732

733-
/*
734-
* !!! OLD INTERFACE !!!
735-
*
736-
* fmgr() is the only remaining vestige of the old-style caller support
737-
* functions. It's no longer used anywhere in the Postgres distribution,
738-
* but we should leave it around for a release or two to ease the transition
739-
* for user-supplied C functions. OidFunctionCallN() replaces it for new
740-
* code.
741-
*/
742-
743-
/*
744-
* DEPRECATED, DO NOT USE IN NEW CODE
745-
*/
746-
externchar*fmgr(OidprocedureId,...);
747-
748733
#endif/* FMGR_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp