Re: [HACKERS] How to add our functions in postgres

2005-11-29 Thread Martijn van Oosterhout
On Wed, Nov 30, 2005 at 10:40:42AM +0530, sandeep satpal wrote: > > Hi, > I have to add a function in varlena.c named > btcasecmp(PG_FUNCTION_ARG) , > so what other information I have to add in source. > I know little bit of it, > I have added that function in > src/backend/utils/fmgrtab.c and ass

[HACKERS] How to add our functions in postgres

2005-11-29 Thread sandeep satpal
Hi, I have to add a function in varlena.c named btcasecmp(PG_FUNCTION_ARG) , so what other information I have to add in source. I know little bit of it, I have added that function in src/backend/utils/fmgrtab.c and assign a new oid but when I installed that function definition is not appearing i