Re: Custom Data Type Question

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Greg Mitchell <gmitchell(at)atdesk(dot)com>
Cc: Tom Dunstan <pgsql(at)tomd(dot)cc>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Custom Data Type Question
Date: 2006-11-16 14:00:48
Message-ID: 455C6F10.700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcin Mańk 2006-11-16 14:46:38 statement_timeout
Previous Message Greg Mitchell 2006-11-16 13:15:16 Re: Custom Data Type Question