forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcba5c70
committed
Fix setrefs.c code for Result Cache nodes
Result Cache, added in9eacee2 neglected to properly adjust the planreferences in setrefs.c. This could lead to the following error duringEXPLAIN:ERROR: cannot decompile join alias var in plan treeFix that.Bug: 17030Reported-by: Hans BuschmannDiscussion:https://postgr.es/m/17030-5844aecae42fe223@postgresql.org1 parentc242baa commitcba5c70
2 files changed
+19
-13
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
756 | 756 |
| |
757 | 757 |
| |
758 | 758 |
| |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
759 | 765 |
| |
760 | 766 |
| |
761 | 767 |
| |
|
Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4216 | 4216 |
| |
4217 | 4217 |
| |
4218 | 4218 |
| |
4219 |
| - | |
4220 |
| - | |
| 4219 | + | |
| 4220 | + | |
4221 | 4221 |
| |
4222 | 4222 |
| |
4223 | 4223 |
| |
| |||
4228 | 4228 |
| |
4229 | 4229 |
| |
4230 | 4230 |
| |
4231 |
| - | |
| 4231 | + | |
4232 | 4232 |
| |
4233 | 4233 |
| |
4234 | 4234 |
| |
| |||
4255 | 4255 |
| |
4256 | 4256 |
| |
4257 | 4257 |
| |
4258 |
| - | |
4259 |
| - | |
| 4258 | + | |
| 4259 | + | |
4260 | 4260 |
| |
4261 |
| - | |
4262 |
| - | |
| 4261 | + | |
| 4262 | + | |
4263 | 4263 |
| |
4264 |
| - | |
| 4264 | + | |
4265 | 4265 |
| |
4266 | 4266 |
| |
4267 | 4267 |
| |
| |||
4272 | 4272 |
| |
4273 | 4273 |
| |
4274 | 4274 |
| |
4275 |
| - | |
| 4275 | + | |
4276 | 4276 |
| |
4277 | 4277 |
| |
4278 | 4278 |
| |
4279 | 4279 |
| |
4280 | 4280 |
| |
4281 | 4281 |
| |
4282 |
| - | |
4283 |
| - | |
| 4282 | + | |
| 4283 | + | |
4284 | 4284 |
| |
4285 |
| - | |
| 4285 | + | |
4286 | 4286 |
| |
4287 |
| - | |
| 4287 | + | |
4288 | 4288 |
| |
4289 | 4289 |
| |
4290 | 4290 |
| |
|
0 commit comments
Comments
(0)