forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2dbdba8
committed
Kluge solution for Alex Pilosov's report of problems with whole-tuple
function arguments in join queries: copy the tuples intoTransactionCommandContext so they don't get recycled too soon. This ishorrid, but not any worse than 7.0 or before, which also leaked suchtuples until end of query. A proper fix will require allowing tupledatums to be physically stored inside larger tuple datums, which opensup a bunch of issues that can't realistically be solved for 7.1.1.1 parentb9be04e commit2dbdba8
1 file changed
+20
-9
lines changedLines changed: 20 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
337 |
| - | |
338 |
| - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
339 | 349 |
| |
340 | 350 |
| |
341 | 351 |
| |
342 |
| - | |
343 |
| - | |
| 352 | + | |
| 353 | + | |
344 | 354 |
| |
345 | 355 |
| |
| 356 | + | |
| 357 | + | |
346 | 358 |
| |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 | 359 |
| |
| 360 | + | |
| 361 | + | |
351 | 362 |
| |
352 | 363 |
| |
353 | 364 |
| |
|
0 commit comments
Comments
(0)