Re: PG11 - Multiple Key Range Partition

David Rowley <david.rowley@2ndquadrant.com>

From: David Rowley <david.rowley@2ndquadrant.com>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Rares Salcudean <rares.salcudean@takeofflabs.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2019-07-12T07:14:37Z
Lists: pgsql-bugs
On Fri, 12 Jul 2019 at 18:53, Amit Langote <amitlangote09@gmail.com> wrote:
> I have looked at the patch.  It seems right to make
> match_boolean_partition_clause() return PartClauseMatchStatus instead
> of bool.  Didn't find anything to complain about.

Thanks for having a look. I've just pushed roughly that patch with
just some additional comments.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



Commits

  1. Fix RANGE partition pruning with multiple boolean partition keys