Re: autovacuum and reloptions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: autovacuum and reloptions
Date
Msg-id 2631.1224125901@sss.pgh.pa.us
Whole thread Raw
In response to Re: autovacuum and reloptions  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: minimal update
Next
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches