Re: [COMMITTERS] 'pgsql/src/backend/utils Gen_fmgrtab.sh.in'

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)hub(dot)org (Tom Lane)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [COMMITTERS] 'pgsql/src/backend/utils Gen_fmgrtab.sh.in'
Date: 1999-03-29 16:58:17
Message-ID: 199903291658.LAA11315@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Update of /usr/local/cvsroot/pgsql/src/backend/utils
> In directory hub.org:/tmp/cvs-serv11411/src/backend/utils
>
> Modified Files:
> Gen_fmgrtab.sh.in
> Log Message:
> 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.
>
>

This is great. I think we get memory leaks from SQL functions too.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Edmund Mergl 1999-03-29 17:19:50 Re: [HACKERS] Large objects error - expected a 'V' from the backend
Previous Message Vince Vielhaber 1999-03-29 16:32:38 Re: [HACKERS] libpq++