Re: gs_group_1 crashing on 13beta2/s390x

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: gs_group_1 crashing on 13beta2/s390x
Дата
Msg-id 877dv4otbb.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: gs_group_1 crashing on 13beta2/s390x  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: gs_group_1 crashing on 13beta2/s390x
Список pgsql-hackers
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 Tom> It's hardly surprising that datumCopy would segfault when given a
 Tom> null "value" and told it is pass-by-reference. However, to get to
 Tom> the datumCopy call, we must have passed the MemoryContextContains
 Tom> check on that very same pointer value, and that would surely have
 Tom> segfaulted as well, one would think.

Nope, because MemoryContextContains just returns "false" if passed a
NULL pointer.

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Jesse Zhang
Дата:
Сообщение: Re: Volatile Functions in Parallel Plans
Следующее
От: Satish S
Дата:
Сообщение: How to identify trigger is called from the node where row is created