Re: relhassubclass and partitioned indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: relhassubclass and partitioned indexes
Дата
Msg-id 10816.1539927903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на relhassubclass and partitioned indexes  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: relhassubclass and partitioned indexes
Список pgsql-hackers
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> writes:
> Should relhassubclass be set/reset for partitioned indexes?

Seems like a reasonable idea to me, at least the "set" end of it.
We don't ever clear relhassubclass for tables, so maybe that's
not necessary for indexes either.

> Michael suggested on the linked thread to get rid of relhassubclass
> altogether, like we did for relhaspkey recently, but I'm not sure whether
> it would be a good idea right yet.

We got rid of relhaspkey mostly because it was of no use to the backend.
That's far from true for relhassubclass.

            regards, tom lane


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Postgres, fsync, and OSs (specifically linux)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: relhassubclass and partitioned indexes