Commit 6a9229d
committed
Small tidyup for commit d41a178.
A comment was left behind claiming that we needed to use malloc() rather
than palloc() because the corresponding free would run in another
thread, but that's not true anymore. Remove that comment. And, with
the reason being gone, we might as well actually use palloc().
Back-patch to supported releases, like d41a178.
Discussion: https://postgr.es/m/CA%2BhUKG%2BpdM9v3Jv4tc2BFx2jh_daY3uzUyAGBhtDkotEQDNPYw%40mail.gmail.com1 parent f170b57 commit 6a9229d
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4786 | 4786 | | |
4787 | 4787 | | |
4788 | 4788 | | |
4789 | | - | |
4790 | | - | |
4791 | | - | |
4792 | | - | |
4793 | | - | |
| 4789 | + | |
| 4790 | + | |
4794 | 4791 | | |
4795 | | - | |
| 4792 | + | |
4796 | 4793 | | |
4797 | 4794 | | |
4798 | 4795 | | |
| |||
6463 | 6460 | | |
6464 | 6461 | | |
6465 | 6462 | | |
6466 | | - | |
| 6463 | + | |
6467 | 6464 | | |
6468 | 6465 | | |
6469 | 6466 | | |
| |||
0 commit comments