pgsql: Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations whenn

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations whenn
Дата
Msg-id E1gJ51k-0002sM-E9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.

This only became a problem with 4c640f4f38, which didn't synchronize
the value agg_strict_input_check.nargs is set to, with the guard
condition for emitting the operation.

Besides such instructions being unnecessary overhead, currently the
LLVM JIT provider doesn't support them. It seems more sensible to
avoid generating such instruction than supporting them. Add assertions
to make it easier to debug a potential further occurance.

Discussion: https://postgr.es/m/2a505161-2727-2473-7c46-591ed108ac52@email.cz
Backpatch: 11-, like 4c640f4f38.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/793beab37e8f7ec6a4ef39395c6c866d7e4c7af5

Modified Files
--------------
src/backend/executor/execExpr.c     | 2 +-
src/backend/jit/llvm/llvmjit_expr.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix STRICT check for strict aggregates with NULL ORDER BYcolumn
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations whenn