Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint

From: Konstantin Knizhnik <knizhnik(at)garret(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Justin Pryzby <justin(at)telsasoft(dot)com>
Subject: Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint
Date: 2020-11-11 13:36:02
Message-ID: 160510176280.7362.14687382866745492021.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-11-11 14:01:49 Re: Skip ExecCheckRTPerms in CTAS with no data
Previous Message Dilip Kumar 2020-11-11 13:34:59 Re: logical streaming of xacts via test_decoding is broken