pgsql: LLVMJIT: Free created module in LLVM < 5.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: LLVMJIT: Free created module in LLVM < 5.
Дата
Msg-id E1f0bFG-0000qT-M8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
LLVMJIT: Free created module in LLVM < 5.

Due to the differing APIs between versions, I forgot to deallocate the
generated module in older LLVM versions, leading to a memory leak.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/071371bc43c89d6db923a7f858933f655b150655

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 1 +
1 file changed, 1 insertion(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Correct some typos in the new JIT code.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Add predicate locking for GiST