Re: Custom Data Type Question

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Custom Data Type Question
Дата
Msg-id 455C6F10.700@dunslane.net
обсуждение исходный текст
Ответ на Re: Custom Data Type Question  (Greg Mitchell <gmitchell@atdesk.com>)
Список pgsql-hackers
Greg Mitchell wrote:
>
>
>
> Also, are there any ADTs like a hash-map or tree-map in the server
> libraries (my background is C++ and am use to having std::map<>) or do I
> need to role my  own?
>
>

Look at the dynahash code. I just used it for the first time in a plperl 
patch, and it's reasonably straightforward.

cheers

andrew



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

Предыдущее
От: Greg Mitchell
Дата:
Сообщение: Re: Custom Data Type Question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Custom Data Type Question