Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint
Date
Msg-id 160510176280.7362.14687382866745492021.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

I think that work on improving operator_predicate_proof should really be done in separate patch.
And this minimal patch is doing it's work well.

The new status of this patch is: Ready for Committer

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: logical streaming of xacts via test_decoding is broken
Next
From: Bharath Rupireddy
Date:
Subject: Re: Skip ExecCheckRTPerms in CTAS with no data