Обсуждение: Re: BUG #6579: negative cost in a planning

Поиск
Список
Период
Сортировка

Re: BUG #6579: negative cost in a planning

От
Istvan Endredy
Дата:
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