Re: Crash in pgCrypto?

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: Crash in pgCrypto?
Дата
Msg-id 48564C6F.2080108@sime.com
обсуждение исходный текст
Ответ на Re: Crash in pgCrypto?  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: Crash in pgCrypto?
Список pgsql-hackers
Marko Kreen schrieb:
> On 6/16/08, Mario Weilguni <mweilguni@sime.com> wrote:
>   
>> Could someone using the pgcrypto extension please verify this?
>>
>>  SELECT encode(digest(null, 'md5'::text), 'hex');
>>  or
>>  SELECT digest(null, 'md5');
>>
>>  Takes a few seconds, and then crashes the server with a Signal 11. My
>> system is PostgreSQL 8.2.7. Seems to be an unchecked access to memory
>> location 0.
>>     
>
> Seems you loaded pgcrypto function signatures from dump (from 8.0).
>
>  http://marc.info/?l=postgresql-general&m=118794006505296&w=2
>
> Recreate the functions with pgcrypto.sql.
>
>   
Yes, this is what I did, and it happened during update from 8.0 --> 8.2. 
But that brings me to another problem, what is the best way to create 
backups with pgdump so that stuff from contrib is not dumped, but 
recreated from the newer version?

Thanks!





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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: Crash in pgCrypto?
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: Crash in pgCrypto?