Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4815dfa

Browse files
committed
Remove prototype for fmgr() function, which no longer exists.
Commit 5ded4bd removed the code for this function, but neglected to remove the prototype and associated comments. Dagfinn Ilmari Mannsåker Discussion: http://postgr.es/m/d8j4lmuxjzk.fsf@dalvik.ping.uio.no
1 parent 9e03901 commit 4815dfa

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/include/fmgr.h

-15
Original file line numberDiff line numberDiff line change
@@ -730,19 +730,4 @@ extern PGDLLIMPORT fmgr_hook_type fmgr_hook;
730730
#define FmgrHookIsNeeded(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-
extern char *fmgr(Oid procedureId,...);
747-
748733
#endif /* FMGR_H */

0 commit comments

Comments
 (0)