- Notifications
You must be signed in to change notification settings - Fork28
Commitbcd8528
committed
Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated
palloc calls. Current code assumed this was already true, so this is a bug fix.1 parente0e8b96 commitbcd8528
1 file changed
+18
-4
lines changedLines changed: 18 additions & 4 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 |
| |
| |||
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 | 1792 |
| |
1793 |
| - | |
| 1793 | + | |
1794 | 1794 |
| |
1795 | 1795 |
| |
1796 | 1796 |
| |
| |||
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 |
| - | |
1816 |
| - | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
1817 | 1831 |
| |
1818 | 1832 |
| |
1819 | 1833 |
| |
|
0 commit comments
Comments
(0)