Re: pgsql: Set pg_class.relhassubclass for partitioned indexes - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Date
Msg-id 82549.1540178404@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Set pg_class.relhassubclass for partitioned indexes  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Set pg_class.relhassubclass for partitioned indexes  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Oct 21, 2018 at 10:59:27PM -0400, Tom Lane wrote:
>> Seems like this commit should have touched the catalogs.sgml description
>> for that column, as well as the pg_class.h comment for it.  Neither of
>> those are worded in a way that suggests it could be set for non-table
>> relations.

> The pg_class.h comment looked fine for me first.  How would you reword
> it?

Well, the question is what "derived class" means, but I'd tend to think
it means something that has an associated composite type; which indexes
do not.  So maybe instead of "has (or has had) derived classes", we could
write "has (or has had) child tables or indexes"?  I'm not wedded to
particular wording for this, but I think what's there now is a bit
misleading.

> relispartition tells "True if table is a partition", which is not
> actually true as it can apply to indexes.  So this should be changed in
> v11 as well, no?

Good point, that column's description is obsolete as well.

            regards, tom lane


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Set pg_class.relhassubclass for partitioned indexes