pgsql: Remove duplicated assignment of LLVMJitHandle->lljit

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicated assignment of LLVMJitHandle->lljit
Date: 2023-07-13 07:59:34
Message-ID: E1qJrEc-0008ne-1g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-07-13 08:11:55 Re: pgsql: Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Previous Message Masahiko Sawada 2023-07-13 06:05:57 pgsql: Doc: clarify the conditions of usable indexes for REPLICA IDENTI