Re: Fix for GiST penalty

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Korotkov <aekorotkov@gmail.com>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-05-31T21:55:49Z
Lists: pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> On Tue, May 31, 2011 at 12:06 PM, Heikki Linnakangas <
> heikki.linnakangas@enterprisedb.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