Re: SSI bug? - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: SSI bug?
Date
Msg-id 4DA2BE06.1060806@enterprisedb.com
Whole thread Raw
In response to Re: SSI bug?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
On 11.04.2011 11:33, Heikki Linnakangas wrote:
> I also noticed that there's a few hash_search(HASH_ENTER) calls in
> predicate.c followed by check for a NULL result. But with HASH_ENTER,
> hash_search never returns NULL, it throws an "out of shared memory"
> error internally. I changed those calls to use HASH_ENTER_NULL, so you
> now get the intended error message with the hint to raise
> max_pred_locks_per_transaction.

Oops, those were already fixed. Never mind.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)
Date:
Subject: Re: SSI bug?
Next
From: Heikki Linnakangas
Date:
Subject: Re: Transforming IN (...) to ORs, volatility