Amit Langote wrote:
> Sorry, I'd missed reporting one more sentence that doesn't apply anymore.
> Attached gets rid of that.
Thanks, applied.
--
Álvaro Herrerahttps://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
On 2018/02/10 23:32, Amit Langote wrote:
> On Sat, Feb 10, 2018 at 10:09 PM, Alvaro Herrera
> wrote:
>> Amit Langote wrote:
>>> On 2018/01/19 23:55, Alvaro Herrera wrote:
Local partitioned indexes
>>
>>> I noticed that the declarative partitioning section in ddl.sgml hasn't
>>> been updated t
On Sat, Feb 10, 2018 at 10:09 PM, Alvaro Herrera
wrote:
> Amit Langote wrote:
>> On 2018/01/19 23:55, Alvaro Herrera wrote:
>> > Local partitioned indexes
>
>> I noticed that the declarative partitioning section in ddl.sgml hasn't
>> been updated to reflect the features added by this commit. Atta
Amit Langote wrote:
> On 2018/01/19 23:55, Alvaro Herrera wrote:
> > Local partitioned indexes
> I noticed that the declarative partitioning section in ddl.sgml hasn't
> been updated to reflect the features added by this commit. Attached patch
> is an attempt to fix that.
Thanks! I considered t
On 2018/01/19 23:55, Alvaro Herrera wrote:
> Local partitioned indexes
>
> Modified Files
> --
> doc/src/sgml/catalogs.sgml| 23 +
> doc/src/sgml/ref/alter_index.sgml | 14 +
> doc/src/sgml/ref/alter_table.sgml | 8 +-
> doc/src/sgml/ref/create_index.sgm
Alvaro Herrera writes:
> Local partitioned indexes
Evidently you're not there yet. I'm suspicious that the continuing
failures on dromedary may trace to its use of -DCOPY_PARSE_PLAN_TREES
... try looking for a missed field addition in copyfuncs.c.
regards, tom lane
Local partitioned indexes
When CREATE INDEX is run on a partitioned table, create catalog entries
for an index on the partitioned table (which is just a placeholder since
the table proper has no data of its own), and recurse to create actual
indexes on the existing partitions; create them in futur