Small Release Notes Comment

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Small Release Notes Comment
Дата
Msg-id 87tzpto8et.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответы Re: Small Release Notes Comment  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
I think the change to the hash functions needs to be called out in the release
notes.

If anyone stored any results of hashintN, hashfloat8, etc in their database or
outside the database those results will have changed. It's fairly unlikely but
there could be someone out there doing that.

No intervention is required for normal expression indexes using those
functions or hash indexes which will be rebuilt during a database upgrade
anyways. I don't think hash_any itself changed so this wouldn't affect
hashtext or any hash function which was already using hash_any.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: invalidly encoded strings
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable