Re: pg12 release notes

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg12 release notes
Date: 2019-05-10 03:18:59
Message-ID: CAKJS1f8yY4hRbkV_KFq+1u6Uu5L2QvJixf6XXLWCO8fqaT4S9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 10 May 2019 at 12:08, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > 17f206f Set pg_class.relhassubclass for partitioned indexes
>
> I need help with this one. I know the system column existed in previous
> releases, so how is it different now? Do we document system table
> changes that are implementation-behavior in the release notes? Usually
> we don't.

This appears to be fixing something that likely should have been done
in PG11, where partitioned indexes were added. Originally the column
was for inheritance parent tables, then later used for partitioned
tables. It seems partitioned indexes just overlooked setting it to
true in PG11 and this commit fixed that. Of course, backpacking that
fix wouldn't be very useful for partitioned indexes that were already
created, so it was a master only change.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2019-05-10 03:34:15 Re: pg12 release notes
Previous Message Peter Geoghegan 2019-05-10 02:10:43 Re: pg12 release notes