Re: pgsql: Set pg_class.relhassubclass for partitioned indexes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Date: 2018-10-22 03:20:04
Message-ID: 82549.1540178404@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-10-22 04:35:42 Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Previous Message Michael Paquier 2018-10-22 03:12:12 Re: pgsql: Set pg_class.relhassubclass for partitioned indexes