Re: [HACKERS] Tuple sort is broken. It crashes on simple test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Tuple sort is broken. It crashes on simple test.
Дата
Msg-id 21234.1484592860@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Tuple sort is broken. It crashes on simple test.  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
Peter Geoghegan <pg@heroku.com> writes:
> The problem was that one particular call to the macro
> RELEASE_SLAB_SLOT() happened to lack a test-for-NULL-argument needed
> by pass-by-value datum cases. The other two RELEASE_SLAB_SLOT() calls
> already have such a check.

> Attached patch fixes the bug.

Pushed, thanks.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Implement targetlist SRFs using ROWS FROM() (wasChanged SRF in targetlist handling)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Tuple sort is broken. It crashes on simple test.