Re: Run-time pruning for ModifyTable - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Run-time pruning for ModifyTable
Date
Msg-id 16369.1585094455@sss.pgh.pa.us
Whole thread Raw
In response to Re: Run-time pruning for ModifyTable  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Run-time pruning for ModifyTable  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> I had a closer look at this today and the code I have in
> inheritance_planner() is certainly not right.

Although I didn't get around to it for v13, there's still a plan on the
table for inheritance_planner() to get nuked from orbit [1].

Maybe this improvement should be put on hold till that's done?

            regards, tom lane

[1] https://www.postgresql.org/message-id/357.1550612935%40sss.pgh.pa.us



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Run-time pruning for ModifyTable
Next
From: James Coleman
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)