Re: C function accepting/returning cstring vs. text

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: C function accepting/returning cstring vs. text
Дата
Msg-id 4B6006FA020000250002EC7E@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: C function accepting/returning cstring vs. text  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Список 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 по дате отправления:

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: C function accepting/returning cstring vs. text
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: C function accepting/returning cstring vs. text