Re: C function accepting/returning cstring vs. text

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: C function accepting/returning cstring vs. text
Дата
Msg-id 4B5DC89E020000250002EBE2@gw.wicourts.gov
обсуждение исходный текст
Ответ на C function accepting/returning cstring vs. text  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Ответы Re: C function accepting/returning cstring vs. text  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Список pgsql-hackers
Ivan Sergio Borgonovo <mail@webthatworks.it> wrote:
The README files might be a good place to start, then browse code.
> Is there any part of the code from where I could learn about:
> - memory allocation for both cstring and text
src/backend/utils/mmgr/README
> - example of returning text (especially if size of out>in)
> - what should I take care of for encoding (what's really inside a
>   tsvector, text, cstring)?
src/backend/utils/fmgr/README
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: default pg_hba.conf tabulation
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Patch: libpq new connect function (PQconnectParams)