BUG #1718: geqo_selection.c:linear()

From: "Bug Finder" <bug(at)zedware(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1718: geqo_selection.c:linear()
Date: 2005-06-14 08:07:41
Message-ID: 20050614080741.42C59F0B0C@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1718
Logged by: Bug Finder
Email address: bug(at)zedware(dot)org
PostgreSQL version: 8.0.3
Operating system: Linux
Description: geqo_selection.c:linear()
Details:

In geqo_selection.c, function linear() may
return a value equals to pool_size, and cause
geqo_selection() to visit invalid array member.

In linear(), assume bias is 2, and geqo_rand()
returns 1. Then index will equal to pool_size.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2005-06-14 14:20:25 Re: BUG #1712: JDBC column precision for bigint is 0
Previous Message Andreas Pflug 2005-06-14 07:25:12 Re: BUG #1707: statistics collector starts with stats_start_collector