Re: beta6 pg_restore core dumps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: beta6 pg_restore core dumps
Дата
Msg-id 23728.984881918@sss.pgh.pa.us
обсуждение исходный текст
Ответ на beta6 pg_restore core dumps  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Philip Warner <pjw@rhyme.com.au> writes:
>> Oh, isn't this the code that pushes large-object bodies around?  I
>> should think the problem would've been noticed much sooner if not...

> It does both, which is why I was also surprised.

Hmm ... digging through the code, it does look like one of the possible
destinations is ExecuteSqlCommandBuf, which is a bit schizo about
whether it's dealing with a null-terminated string or not, but is likely
to get ill if handed one that isn't.

Okay, I'll commit what I have then.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Performance monitor signal handler
Следующее
От: Tom Lane
Дата:
Сообщение: Re: beta6 pg_restore core dumps