Re: Fix for GiST penalty

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix for GiST penalty
Date: 2011-05-31 21:55:49
Message-ID: 2420.1306878949@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alexander Korotkov <aekorotkov(at)gmail(dot)com> writes:
> On Tue, May 31, 2011 at 12:06 PM, Heikki Linnakangas <
> heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>> The documentation should be fixed too.

> Patch with documentation fix is attached.

Applied, thanks. I threw in an isnan() test too, just to be really sure
funny penalty results wouldn't break anything.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-05-31 21:58:08 Re: Hash Anti Join performance degradation
Previous Message Tom Lane 2011-05-31 21:54:38 pgsql: Protect GIST logic that assumes penalty values can't be negative