Re: hashtable issue - HASH_FIND??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jay Flattery <jaycode(at)rocketmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: hashtable issue - HASH_FIND??
Date: 2010-08-04 15:51:30
Message-ID: 19986.1280937090@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jay Flattery <jaycode(at)rocketmail(dot)com> writes:
> I'm looking to use the PostgreSQL Hash Table for some custom functions.
> However, the example, as per http://wiki.postgresql.org/wiki/HashTable crashes
> postmaster (or segfaults from the cmd line) when trying to retrieve an element
> from the hash.

BTW, I tested the example and it works for me ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-08-04 15:53:14 Re: hashtable issue - HASH_FIND??
Previous Message Jay Flattery 2010-08-04 15:41:38 Re: hashtable issue - HASH_FIND??