pgsql: Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Дата
Msg-id E1fhRnA-0000xN-C1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.

While no negative consequences are currently known, it's clearly wrong
to not reset the context in one of the branches.

Reported-By: Dmitry Dolgov
Author: Dmitry Dolgov
Discussion: https://postgr.es/m/CAGPqQf165-=+Drw3Voim7M5EjHT1zwPF9BQRjLFQzCzYnNZEiQ@mail.gmail.com
Backpatch: 11-, where JIT compilation support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1307bc3d45c1a8a72c7483f2a81e72725116f007

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Deduplicate "invalid input syntax" messages for varioustypes.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.