Re: BUG #6579: negative cost in a planning

From: Istvan Endredy <istvan(dot)endredy(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6579: negative cost in a planning
Date: 2012-04-10 15:02:56
Message-ID: CAEcxehqeA=+e7WSrufXFXohuHgmJjX9FRi2nv8S-VDT7FLrHtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

more precisely the given index looks like this:
(to be able to repro the bug)

CREATE INDEX negativecostbugreport_noaccent_idx
ON negativeCostBugReport
USING btree
(noaccent(name) varchar_pattern_ops);

i'm sorry,
Istvan

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-04-10 22:57:41 Re: BUG #6579: negative cost in a planning
Previous Message istvan.endredy 2012-04-10 14:43:07 BUG #6579: negative cost in a planning