Typo in llvm_function_reference
Rushabh Lathia <rushabh.lathia@gmail.com>
From: Rushabh Lathia <rushabh.lathia@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-06-27T05:16:35Z
Lists: pgsql-hackers
Attachments
- typo_llvmjit.patch (text/x-patch) patch
Hi, There is multiple return statement in llvm_function_reference and that's definitely looks typo. Here is the patch to fix the same. Thanks, Rushabh Lathia www.EnterpriseDB.com
Commits
-
Remove duplicated return statement from llvmjit code.
- 986070872ffa 11.0 landed