Re: BUG #5797: Strange bug with hstore
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #5797: Strange bug with hstore |
| Дата | |
| Msg-id | 12515.1292870898@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #5797: Strange bug with hstore ("Maxim Boguk" <Maxim.Boguk@gmail.com>) |
| Ответы |
Re: BUG #5797: Strange bug with hstore
|
| Список | pgsql-bugs |
"Maxim Boguk" <Maxim.Boguk@gmail.com> writes:
> Bad explain:
> billing=# EXPLAIN SELECT * from domains where
> name='"name"=>"somedomain"'::text::hstore->'name';
> QUERY PLAN
> ----------------------------------------------------------------------------
> ------------------------
> Seq Scan on domains (cost=0.00..7775.91 rows=1 width=230)
> Filter: ((name)::text = (('"name"=>"somedomain"'::text)::hstore ->
> 'name'::text))
> (index not used)
The reason for this is that hstore fails to label its I/O functions as
immutable (or even stable) in 8.4. This is fixed in 9.0.
regards, tom lane
В списке pgsql-bugs по дате отправления: