Re: PostgreSQL 8.3.4 reproducible crash

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PostgreSQL 8.3.4 reproducible crash
Дата
Msg-id 20081210183221.GG5503@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.3.4 reproducible crash  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: PostgreSQL 8.3.4 reproducible crash
Список pgsql-hackers
Heikki Linnakangas wrote:
> Dmitry Koterov wrote:

>> select '(1)'::bug1.composite;
>
> Reproducible on 8.2 as well.

And HEAD too.

> because ActiveSnapshot is NULL. ActiveSnapshot has not yet been set,  
> because the input function and domain checking is done in the parse  
> analyze phase.

I think the right fix is to ensure that ActiveSnapshot is set.



-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: WAL documentation changes
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Sync Rep: First Thoughts on Code