forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a9229d
committed
Small tidyup for commitd41a178.
A comment was left behind claiming that we needed to use malloc() ratherthan palloc() because the corresponding free would run in anotherthread, but that's not true anymore. Remove that comment. And, withthe reason being gone, we might as well actually use palloc().Back-patch to supported releases, liked41a178.Discussion:https://postgr.es/m/CA%2BhUKG%2BpdM9v3Jv4tc2BFx2jh_daY3uzUyAGBhtDkotEQDNPYw%40mail.gmail.com1 parentf170b57 commit6a9229d
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
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
Comments
(0)