Content-Length: 275924 | pFad | http://github.com/postgrespro/postgres_cluster/commit/4815dfa10f4db8835b7424da22a4011b53040606
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 */
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/4815dfa10f4db8835b7424da22a4011b53040606
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments