Re: [HACKERS] Custom allocators in libpq

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Custom allocators in libpq
Дата
Msg-id 1477dc73-fd46-398e-4abe-e49ce88e8f90@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Custom allocators in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Custom allocators in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 8/28/17 15:11, Tom Lane wrote:
> ... but it seems like you're giving up a lot of the possible uses if
> you don't make it apply uniformly.  I admit I'm not sure how we'd handle
> the initial creation of a connection object with a custom malloc.  The
> obvious solution of requiring the functions to be specified at PQconnect
> time seems to require Yet Another PQconnect Variant, which is not very
> appetizing.

I would have expected a separate function just to register the callback
functions, before doing anything else with libpq.  Similar to libxml:
http://xmlsoft.org/xmlmem.html

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Aaron Patterson
Дата:
Сообщение: Re: [HACKERS] Custom allocators in libpq
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Custom allocators in libpq