Clarify libpq docs

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Clarify libpq docs
Дата
Msg-id Pine.LNX.4.58.0401261623320.4192@linuxworld.com.au
обсуждение исходный текст
Ответы Examples for PREPARE/EXECUTE docs
Re: Clarify libpq docs
Re: Clarify libpq docs
Список pgsql-patches
The attached patch clarifies (or, rather, makes explicit) to readers how
to handle memory management for char pointers returned by libpq functions.
Although the sections on PQfinish(), PQclear() and PQfreemem() give an
indication that all pointers returned by functions point to memory
allocated in the underlying library, I thought it would be useful to make
this clear.

Gavin

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: next draft of list rewrite
Следующее
От: Gavin Sherry
Дата:
Сообщение: Examples for PREPARE/EXECUTE docs