Re: Buildfarm failures for hash indexes: buffer leaks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Buildfarm failures for hash indexes: buffer leaks
Дата
Msg-id 754.1540293055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Buildfarm failures for hash indexes: buffer leaks  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Buildfarm failures for hash indexes: buffer leaks
Список pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes:
> On Mon, Oct 22, 2018 at 1:42 PM Fabien COELHO <coelho@cri.ensmp.fr> wrote:
>> Both animals use gcc experimental versions, which may rather underline a
>> new bug in gcc head rather than an existing issue in pg. Or not.

> It is possible, but what could be the possible theory?

It seems like the two feasible theories are (1) gcc bug, or (2) buffer
leak that only occurs in very narrow circumstances, perhaps from a race
condition.  Given that the hash index code hasn't changed meaningfully
in several months, I thought (1) seemed more probable.

            regards, tom lane


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Buildfarm failures for hash indexes: buffer leaks
Следующее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: [PATCH] Tab complete EXECUTE FUNCTION for CREATE (EVENT) TRIGGER