Re: Segmentation fault using digest from pg_crypto

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Segmentation fault using digest from pg_crypto
Дата
Msg-id e51f66da0711091539v442fb332me0001c2620ceab10@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Segmentation fault using digest from pg_crypto  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Segmentation fault using digest from pg_crypto  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 11/7/07, Bruce Momjian <bruce@momjian.us> wrote:
> OK, should we add a mention in the 8.2.6 release notes or put it in the
> 8. notes and figure if someone is upgrading they will read the 8.2
> notes?  What would the description be?

"""
Note about pgcrypto - the functions were made STRICT in 8.1
and the NULL check was removed in 8.2 from C code.  If some
database still contains non-STRICT signatures from 8.0 and below,
the functions will crash on NULL.  To fix it the pgcrypto.sql
needs to be run that will re-create the signatures.
"""

Hm.  Is there way to say that better?

-- 
marko


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Is "query" a reserved word in 8.3 plpgsql?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Segmentation fault using digest from pg_crypto