forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6393613
committed
Fix possible crash with Parallel Bitmap Heap Scan.
If a Parallel Bitmap Heap scan's chain of leftmost descendentsincludes a BitmapOr whose first child is a BitmapAnd, the prior codingwould mistakenly create a non-shared TIDBitmap and then try to performshared iteration.Report by Tomas Vondra. Patch by Dilip Kumar.Discussion:http://postgr.es/m/50e89684-8ad9-dead-8767-c9545bafd3b6@2ndquadrant.com1 parent7393711 commit6393613
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4933 | 4933 |
| |
4934 | 4934 |
| |
4935 | 4935 |
| |
| 4936 | + | |
4936 | 4937 |
| |
| 4938 | + | |
| 4939 | + | |
| 4940 | + | |
4937 | 4941 |
| |
4938 | 4942 |
| |
4939 | 4943 |
| |
|
0 commit comments
Comments
(0)