- Notifications
You must be signed in to change notification settings - Fork5
Commit3276e91
committed
When building a bitmap scan, must copy the bitmapqualorig expression tree
to avoid sharing substructure with the lower-level indexquals. This iscurrently only an issue if there are SubPlans in the indexquals, which isuncommon but not impossible --- see bug #2218 reported by Nicholas Vinen.We use the same kluge for indexqual vs indexqualorig in the index scansthemselves ... would be nice to clean this up someday.1 parent3edec38 commit3276e91
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
966 | 972 |
| |
967 | 973 |
| |
968 | 974 |
| |
|
0 commit comments
Comments
(0)