Re: pgsql: Fix run-time partition pruning for appends with multiple source

2018-08-08 Thread Tom Lane
Christoph Berg writes: > Since this commit added a new node type, all following node types got > renumbered. This means all extension modules using the information > compiled against 11beta2 need to be recompiled against 11beta3. That's standard procedure for beta releases. We don't normally sta

Re: pgsql: Fix run-time partition pruning for appends with multiple source

2018-08-08 Thread Christoph Berg
Re: Tom Lane 2018-08-02 > Fix run-time partition pruning for appends with multiple source rels. > > The previous coding here supposed that if run-time partitioning applied to > a particular Append/MergeAppend plan, then all child plans of that node > must be members of a single partitioning hiera