forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc6755e2
committed
Teach bitmap heap scan to cope with absence of a DSA.
If we have a plan that uses parallelism but are unable to execute itusing parallelism, for example due to a lack of available DSMsegments, then the EState's es_query_dsa will be NULL. Parallelbitmap heap scan needs to fall back to a non-parallel scan in suchcases.Patch by me, reviewed by Dilip KumarDiscussion:http://postgr.es/m/CAEepm=0kADK5inNf_KuemjX=HQ=PuTP0DykM--fO5jS5ePVFEA@mail.gmail.com1 parente42e2f3 commitc6755e2
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
1054 | 1059 |
| |
1055 | 1060 |
| |
1056 | 1061 |
| |
| |||
1083 | 1088 |
| |
1084 | 1089 |
| |
1085 | 1090 |
| |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
1086 | 1095 |
| |
1087 | 1096 |
| |
1088 | 1097 |
| |
| |||
1108 | 1117 |
| |
1109 | 1118 |
| |
1110 | 1119 |
| |
| 1120 | + | |
| 1121 | + | |
1111 | 1122 |
| |
1112 | 1123 |
| |
1113 | 1124 |
| |
|
0 commit comments
Comments
(0)