Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs
Дата
Msg-id X/FiVUQ2lTf11BZc@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs  (Alexander Lakhin <exclusion@gmail.com>)
Список pgsql-bugs
On Sun, Jan 03, 2021 at 09:00:00AM +0300, Alexander Lakhin wrote:
> I'm using gcc 10.2.0 and valgrind-3.15.0, and building REL_13_STABLE
> (c09f6882) with:
> CPPFLAGS="-DUSE_VALGRIND -Og" ./configure --enable-debug
> --enable-cassert && make -j8
> Also I'm using a  patch [1] to inject valgrind into the `make check`
> procedure.

Thanks, -DUSE_VALGRIND is the part that mattered here.  I can now
reproduce it.  I'll try to look at that more in details.
--
Michael

Вложения

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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs
Следующее
От: Alexander Mills
Дата:
Сообщение: how to prepare a create table statement