1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00
Tom Lane c537d4295a 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.
1999-03-29 01:30:45 +00:00
..
1998-11-19 02:39:51 +00:00
1998-03-16 05:52:23 +00:00
1999-03-24 20:05:15 +00:00
1999-03-15 15:20:52 +00:00
1999-03-19 02:41:41 +00:00
Hi,
1999-03-22 16:45:30 +00:00
1999-01-18 12:43:55 +00:00
1999-01-17 06:27:05 +00:00
1997-08-22 16:38:33 +00:00