Re: C function accepting/returning cstring vs. text - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: C function accepting/returning cstring vs. text
Date
Msg-id 4B6006FA020000250002EC7E@gw.wicourts.gov
Whole thread Raw
In response to Re: C function accepting/returning cstring vs. text  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
List pgsql-hackers
Ivan Sergio Borgonovo <mail@webthatworks.it> wrote:
> There are a lot of functions in contrib taking cstring input and
> returning cstring output.
> Are they just in the same "special" class of [type]in, [type]out
> [type]recv... functions?
If you're looking in contrib subdirectories, perhaps the missing
link here is the *.sql.in files.  These are what are run in a
database to expose functions to the SQL language. Start at those
functions and see what the call tree is from there.
-Kevin


pgsql-hackers by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: C function accepting/returning cstring vs. text
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: C function accepting/returning cstring vs. text