Alvaro Herrera <[EMAIL PROTECTED]> 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers