Re: ALTER INDEX fails on partitioned index

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER INDEX fails on partitioned index
Date: 2020-02-28 08:09:16
Message-ID: 20200228080916.GG2688@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 27, 2020 at 05:25:13PM -0600, Justin Pryzby wrote:
> /*
> - * Option parser for partitioned tables
> - */
> -bytea *
> -partitioned_table_reloptions(Datum reloptions, bool validate)
> -{
> - /*
> - * There are no options for partitioned tables yet, but this is able to do
> - * some validation.
> - */
> - return (bytea *) build_reloptions(reloptions, validate,
> - RELOPT_KIND_PARTITIONED,
> - 0, NULL, 0);
> -}

Please don't undo that. You can look at 1bbd608 for all the details.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2020-02-28 08:15:09 Some improvements to numeric sqrt() and ln()
Previous Message Michael Paquier 2020-02-28 08:06:53 Re: Improve handling of parameter differences in physical replication