pgsql: jit: Create void type in the right context

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: jit: Create void type in the right context
Дата
Msg-id E1rCe4z-009ev8-4b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
jit: Create void type in the right context

Commit 3b991f81c45 introduced a specific context for types such
that all no longer referenced types can be dropped periodically
rather than leaking. One void pointer type creation was however
missed leading to an assertion failure in LLVM Debug builds.

Per buildfarm members canebreak and urutu.  Fix with assistance
from Andres. The codepath in question was refactored in version
13 hence why this only affected version 12.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1106876.1700409912@sss.pgh.pa.us

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c922b241064ceadc95c49fac445e4ed24171b3f0

Modified Files
--------------
src/backend/jit/llvm/llvmjit_expr.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Simplify productions for FORMAT JSON [ ENCODING name ]
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Be more wary about OpenSSL not setting errno on error.