Commit c763195
Antonin Houska
Clear tuple slot before use rather than after it.
So far we cleared the slot before returning the tuple that references the
slot's tts_values/tts_isnull arrays. These arrays are probably never cleared,
but the previous coding looked weird.1 parent e83d60b commit c763195
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2601 | 2601 | | |
2602 | 2602 | | |
2603 | 2603 | | |
| 2604 | + | |
2604 | 2605 | | |
2605 | 2606 | | |
2606 | 2607 | | |
| |||
2627 | 2628 | | |
2628 | 2629 | | |
2629 | 2630 | | |
2630 | | - | |
2631 | | - | |
2632 | | - | |
2633 | 2631 | | |
2634 | 2632 | | |
2635 | 2633 | | |
| |||
0 commit comments