diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-03-29 01:30:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-03-29 01:30:45 +0000 |
commit | c537d4295a1c2fe30ea4782a91da24ec9ce743e0 (patch) | |
tree | 041a549410dcfdaa126b3282da8f0adbd74412f7 /src/tutorial/funcs.c | |
parent | fdf6be80f993d2908f794c0a33aedff479a92813 (diff) | |
download | postgresql-c537d4295a1c2fe30ea4782a91da24ec9ce743e0.tar.gz postgresql-c537d4295a1c2fe30ea4782a91da24ec9ce743e0.zip |
Modify fmgr so that internal name (compiler name) of a built-in
function is found in prosrc field of pg_proc, not proname. This allows
multiple aliases of a built-in to all be implemented as direct builtins,
without needing a level of indirection through an SQL function. Replace
existing SQL alias functions with builtin entries accordingly.
Save a few K by not storing string names of builtin functions in fmgr's
internal table (if you really want 'em, get 'em from pg_proc...).
Update opr_sanity with a few more cross-checks.
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions