segmentation fault using currtid and partitioned tables

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема segmentation fault using currtid and partitioned tables
Дата
Msg-id CAJGNTeO93u-5APMga6WH41eTZ3Uee9f3s8dCpA-GSSqNs1b=Ug@mail.gmail.com
обсуждение исходный текст
Ответы Re: segmentation fault using currtid and partitioned tables
Список pgsql-hackers
Hi,

Another one caught by sqlsmith, on the regression database run this
query (using any non-partitioned table works fine):

"""
select currtid('pagg_tab'::regclass::oid, '(0,156)'::tid) >= '(1,158)'::tid;
"""

This works on 11 (well it gives an error because the file doesn't
exists) but crash the server on 12+

attached the stack trace from master

-- 
Jaime Casanova                      www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: potential stuck lock in SaveSlotToPath()
Следующее
От: Jürgen Purtz
Дата:
Сообщение: Re: Add A Glossary