Re: ALTER INDEX fails on partitioned index - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: ALTER INDEX fails on partitioned index
Date
Msg-id 20200228080916.GG2688@paquier.xyz
Whole thread Raw
In response to Re: ALTER INDEX fails on partitioned index  (Justin Pryzby <pryzby@telsasoft.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Improve handling of parameter differences in physical replication
Next
From: Dean Rasheed
Date:
Subject: Some improvements to numeric sqrt() and ln()