- Notifications
You must be signed in to change notification settings - Fork54
Commitefff724
committed
Enhancement. Buildfarm have detected curious unstability in the parallel_workers
test: EXPLAIN of Partial Aggregate sometimes showed 0 rows instead 1.It is a race: parallel workers ran when main process have read allunderlying tuples.Use explain without analyze to avoid such a problem. As I see, we don't loseanything important.1 parent1b33907 commitefff724
2 files changed
+20
-22
lines changedLines changed: 18 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
| 77 | + | |
79 | 78 |
| |
80 | 79 |
| |
81 |
| - | |
| 80 | + | |
82 | 81 |
| |
83 |
| - | |
| 82 | + | |
84 | 83 |
| |
85 | 84 |
| |
86 |
| - | |
| 85 | + | |
87 | 86 |
| |
88 |
| - | |
| 87 | + | |
89 | 88 |
| |
90 |
| - | |
| 89 | + | |
91 | 90 |
| |
92 | 91 |
| |
| 92 | + | |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
| 100 | + | |
| 101 | + | |
102 | 102 |
| |
103 |
| - | |
104 |
| - | |
| 103 | + | |
105 | 104 |
| |
106 | 105 |
| |
| 106 | + | |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
| 114 | + | |
| 115 | + | |
116 | 116 |
| |
117 |
| - | |
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
| 52 | + | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
|
0 commit comments
Comments
(0)