RE: version 1 C-Language Functions documentation and ex ample

From: "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
Cc: "'Joe Conway'" <joseph(dot)conway(at)home(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: RE: version 1 C-Language Functions documentation and ex ample
Date: 2001-08-26 05:50:57
Message-ID: E15F4B031E17D5118B18009027F67927DAC7@SERVER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have, but while there are numerous usages of V1 style in the main code it
does not show how the function is defined via create function. This is
problematic to say the least.

Geoff

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Sunday, August 26, 2001 1:50 AM
To: Gowey, Geoffrey
Cc: 'Joe Conway'; pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] version 1 C-Language Functions documentation and
ex ample

"Gowey, Geoffrey" <ggowey(at)rxhope(dot)com> writes:
> ... I have also tried the contrib
> tree, but all the programs in there use version 0 coding and I wish to
start
> off on the right foot with pgsql by using the latest method.

The contrib tree is not as well maintained as the main source code.
Forget contrib, look in src/backend/utils/adt/ for a function that does
something similar to what you need to do.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-26 06:42:00 C++ and bool constants (was Re: [NOVICE] gcc 3.0.1)
Previous Message Tom Lane 2001-08-26 05:49:38 Re: version 1 C-Language Functions documentation and ex ample