Re: BUG #4812: statistics not available on tables containing only hstore column

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #4812: statistics not available on tables containing only hstore column
Дата
Msg-id 4A126EBB.2000208@enterprisedb.com
обсуждение исходный текст
Ответ на Re: BUG #4812: statistics not available on tables containing only hstore column  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> I think that code probably originated at a time when palloc(0) threw an
> error, and was meant to avoid any corner-case failures in the subsequent
> logic.  I can't get very excited about the case --- it seems to me the
> *real* fix for this complaint is to give hstore some ANALYZE support ---

Possibly. The standard type analyze function is not used for hstore
because it doesn't have an equals operator.

> but if you've tested that it behaves sanely with no columns I have no
> objection to committing it.

Committed.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: distinct on doesn't fail without order by? why?
Следующее
От: "Damien Guignard"
Дата:
Сообщение: BUG #4815: max_connections setting has no impact