forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f508b8
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 parent8362884 commit6f508b8
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4830 | 4830 |
| |
4831 | 4831 |
| |
4832 | 4832 |
| |
4833 |
| - | |
4834 |
| - | |
4835 |
| - | |
4836 |
| - | |
4837 |
| - | |
| 4833 | + | |
| 4834 | + | |
4838 | 4835 |
| |
4839 |
| - | |
| 4836 | + | |
4840 | 4837 |
| |
4841 | 4838 |
| |
4842 | 4839 |
| |
| |||
6571 | 6568 |
| |
6572 | 6569 |
| |
6573 | 6570 |
| |
6574 |
| - | |
| 6571 | + | |
6575 | 6572 |
| |
6576 | 6573 |
| |
6577 | 6574 |
| |
|
0 commit comments
Comments
(0)