Re: BUG #5126: convert_to preventing index scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5126: convert_to preventing index scan
Дата
Msg-id 14250.1256249309@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5126: convert_to preventing index scan  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: BUG #5126: convert_to preventing index scan  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-bugs
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:
>  Tom> The conversion itself is dependent on changeable catalog
>  Tom> entries, ie, pg_conversion.  So "stable" seems the appropriate
>  Tom> marking to me.

> That sounds like a bit of a stretch to me... we treat lots of stuff as
> immutable which is actually easier to change than pg_conversion entries
> (OS locale definitions for example).

Um ... locale *is* fixed within a given database, or at least LC_COLLATE
and LC_CTYPE are.  If you see cases where we have this wrong, they may
need to be revisited.

            regards, tom lane

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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #5126: convert_to preventing index scan
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #5126: convert_to preventing index scan