Re: autovacuum and reloptions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum and reloptions
Дата
Msg-id 2631.1224125901@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: autovacuum and reloptions  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Okay, so I'll let you deal with this for a while yet.  A minor
> suggestion: label the enum members distinctively, i.e. instead of
> RO_BOOL perhaps use RELOPT_TYPE_BOOL, and RO_HEAP should be
> RELOPT_KIND_HEAP (note this cannot be a plain enum, each category needs
> a separate bit).

My first reaction was that the categories should just be the different
possible values of relkind.  However, it also seems possible that there
could be index-AM-specific reloptions.  So maybe what we need is a
categorization that is like relkind but breaks down RELKIND_INDEX into a
category per AM.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: minimal update
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches