- Notifications
You must be signed in to change notification settings - Fork28
Commitec7629d
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 parent7015bb3 commitec7629d
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
966 | 971 |
| |
967 | 972 |
| |
968 | 973 |
| |
| |||
995 | 1000 |
| |
996 | 1001 |
| |
997 | 1002 |
| |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
998 | 1007 |
| |
999 | 1008 |
| |
1000 | 1009 |
| |
| |||
1019 | 1028 |
| |
1020 | 1029 |
| |
1021 | 1030 |
| |
| 1031 | + | |
| 1032 | + | |
1022 | 1033 |
| |
1023 | 1034 |
| |
1024 | 1035 |
| |
|
0 commit comments
Comments
(0)