Re: pg_partition_tree crashes for a non-defined relation

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_partition_tree crashes for a non-defined relation
Дата
Msg-id 20190302092154.GB1602@paquier.xyz
обсуждение исходный текст
Ответ на Re: pg_partition_tree crashes for a non-defined relation  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_partition_tree crashes for a non-defined relation
Список pgsql-hackers
On Fri, Mar 01, 2019 at 11:38:20AM -0500, Tom Lane wrote:
> Right, while you'd get zero rows out for a non-partitioned table.
> WFM.

Exactly.  I have committed a patch doing exactly that, and I have
added test cases with a partitioned table and a partitioned index
which have no partitions.
--
Michael

Вложения

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Looks heap_create_with_catalog ignored the if_not_exists options