Re: AW: [HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-27 Thread Bruce Momjian
[ Charset ISO-8859-1 unsupported, converting... ] > > > > At 17:16 19/11/00 -0500, Tom Lane wrote: > > >> > > http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README > > > > Yes, this is now an imho very much improved way to go :-) > > I would probably have used the "para

AW: [HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-27 Thread Zeugswetter Andreas SB
> > At 17:16 19/11/00 -0500, Tom Lane wrote: > >> > http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README > Yes, this is now an imho very much improved way to go :-) I would probably have used the "parameter style" extension to create function, but that is imho not an i

Re: [HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-19 Thread Philip Warner
At 21:31 19/11/00 -0500, Tom Lane wrote: >Philip Warner <[EMAIL PROTECTED]> writes: >> At 17:16 19/11/00 -0500, Tom Lane wrote: >>> http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README > >> There is no mention of the handling of toasted values for old C functions. > >Did yo

Re: [HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-19 Thread Tom Lane
Philip Warner <[EMAIL PROTECTED]> writes: > At 17:16 19/11/00 -0500, Tom Lane wrote: >> http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README > There is no mention of the handling of toasted values for old C functions. Did you not read to the end? : To allow old-style dyn

Re: [HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-19 Thread Philip Warner
At 17:16 19/11/00 -0500, Tom Lane wrote: >If you care about the nitty-gritty details, see >http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README >particularly the final section "Telling the difference between old- and >new-style functions". There is no mention of the handli

[HACKERS] Final proposal for resolving C-vs-newC issue

2000-11-19 Thread Tom Lane
If you care about the nitty-gritty details, see http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README particularly the final section "Telling the difference between old- and new-style functions". regards, tom lane