Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade
Дата
Msg-id CAApHDvo+Pf6mwkGjhF+EQ+-ZjUUT6yc4BnR0LL83UU_QEC_Y2w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade  (Yuri Zamyatin <yuri@yrz.am>)
Ответы Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade
Список pgsql-bugs
On Sat, 18 Oct 2025 at 11:18, Yuri Zamyatin <yuri@yrz.am> wrote:
> Nice, should I still try to reproduce the bug
> with assertions and the patch you provided?

I think I've got it. I can get the Asserts in the patch to fail with:

drop table if exists ab;
create table ab (a int, b int);
insert into ab select x%2,x%99 from generate_series(1,1001)x;

select a,b,count(*) from ab group by grouping sets(b,a,(a,b),a,b);

David



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