We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e03901 commit 4815dfaCopy full SHA for 4815dfa
src/include/fmgr.h
@@ -730,19 +730,4 @@ extern PGDLLIMPORT fmgr_hook_type fmgr_hook;
730
#define FmgrHookIsNeeded(fn_oid) \
731
(!needs_fmgr_hook ? false : (*needs_fmgr_hook)(fn_oid))
732
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
748
#endif /* FMGR_H */
0 commit comments