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

From Justin Pryzby
Subject Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint
Date
Msg-id 20200715001749.GU23581@telsasoft.com
Whole thread Raw
Responses Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
Added here:
https://commitfest.postgresql.org/29/2644/

And updated tests to pass following:
|commit 689696c7110f148ede8004aae50d7543d05b5587
|Author: Tom Lane <tgl@sss.pgh.pa.us>
|Date:   Tue Jul 14 18:56:49 2020 -0400
|
|    Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.

Attachment

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Refactoring relkind as an enum
Next
From: David Rowley
Date:
Subject: Re: Parallel Seq Scan vs kernel read ahead