pgsql: llvmjit: Make llvm_types_module variable static

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: llvmjit: Make llvm_types_module variable static
Дата
Msg-id E1qlSPG-006GNh-D5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
llvmjit: Make llvm_types_module variable static

Commit b059d2f45685a introduced llvm_types_module and accidentally
exported it. As there is no usecase for accessing this variable
externally, this makes it static.

Author: Andres Freund <andres@anarazel.de>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20221101055132.pjjsvlkeo4stbjkq@awork3.anarazel.de

Branch
------
master

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

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 2 +-
src/include/jit/llvmjit.h      | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the misuse of origin filter across multiple pg_logical_slot_
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add TupleDescGetDefault()