Re: BUG #6579: negative cost in a planning - Mailing list pgsql-bugs

From Istvan Endredy
Subject Re: BUG #6579: negative cost in a planning
Date
Msg-id CAEcxehqeA=+e7WSrufXFXohuHgmJjX9FRi2nv8S-VDT7FLrHtw@mail.gmail.com
Whole thread Raw
List 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

pgsql-bugs by date:

Previous
From: Barry Bell
Date:
Subject: Re: BUG #6534: Passing numeric Bind variables to ODBC driver convers to "Double precision"
Next
From: rnysmile@yahoo.com
Date:
Subject: BUG #6578: Deadlock in libpq after upgrading from 8.4.7 to 8.4.11