pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Дата
Msg-id E1leWal-0007L9-2m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
jit: Fix warning reported by gcc-11 caused by dubious function signature.

Reported-By: Erik Rijkers <er@xs4all.nl>
Discussion: https://postgr.es/m/833107370.1313189.1619647621213@webmailclassic.xs4all.nl
Backpatch: 13, where b059d2f45685 introduced the issue.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/082d9d6b576b5bf9f1292dc7150167acfd5e94a5

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


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Update replication statistics after every stream/spill.