forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6b4d860
committed
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
The JIT compiled implementation missed maintainingAggState->{current_set,curaggcontext}. That could lead to troublebecause the transition value could be allocated in the wrong context.Reported-By: Rushabh LathiaDiagnosed-By: Dmitry DolgovAuthor: Dmitry Dolgov, with minor changes by meDiscussion:https://postgr.es/m/CAGPqQf165-=+Drw3Voim7M5EjHT1zwPF9BQRjLFQzCzYnNZEiQ@mail.gmail.comBackpatch: 11-, where JIT compilation support was added1 parent86eaf20 commit6b4d860
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2228 | 2228 |
| |
2229 | 2229 |
| |
2230 | 2230 |
| |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
| 2241 | + | |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
| 2251 | + | |
| 2252 | + | |
2231 | 2253 |
| |
2232 | 2254 |
| |
2233 | 2255 |
| |
|
0 commit comments
Comments
(0)