RE: version 1 C-Language Functions documentation and ex ample - Mailing list pgsql-hackers

From Gowey, Geoffrey
Subject RE: version 1 C-Language Functions documentation and ex ample
Date
Msg-id E15F4B031E17D5118B18009027F67927DAC7@SERVER
Whole thread Raw
List 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@sss.pgh.pa.us]
Sent: Sunday, August 26, 2001 1:50 AM
To: Gowey, Geoffrey
Cc: 'Joe Conway'; pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] version 1 C-Language Functions documentation and
ex ample 


"Gowey, Geoffrey" <ggowey@rxhope.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: version 1 C-Language Functions documentation and ex ample
Next
From: Tom Lane
Date:
Subject: C++ and bool constants (was Re: [NOVICE] gcc 3.0.1)