pgsql: Remove duplicated assignment of LLVMJitHandle->lljit - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove duplicated assignment of LLVMJitHandle->lljit
Date
Msg-id E1qJrEc-0008ne-1g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove duplicated assignment of LLVMJitHandle->lljit

This duplicated assignment when emiting some code not yet compiled.

Oversight in 6c57f2e.

Author: Matheus Alcantara
Reviewed-by: Gurjeet Singh
Discussion:
https://postgr.es/m/La1Tfi7wirg9uGbCx_y7Qb9kl2T15mYouDXjCKAFuDqzQWnTRwH7KNLGigLLcxRs91V6dp2ySs1j_7mB4btzEZJ9NIMEAyOjUyAS7Jx-ydQ=@pm.me

Branch
------
master

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

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 2 --
1 file changed, 2 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Doc: clarify the conditions of usable indexes for REPLICA IDENTI
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Don't include CaseTestExpr in JsonValueExpr.formatted_expr