pgsql: Remove duplicated return statement from llvmjit code. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove duplicated return statement from llvmjit code.
Date
Msg-id E1fY3oA-0007LG-Pb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove duplicated return statement from llvmjit code.

The duplicated return clearly doesn't make sense / isn't
reachable. Likely introduced by me (Andres), while revising the code.

Author: Rushabh Lathia
Discussion: https://postgr.es/m/CAGPqQf2raxWOcbuTP36M1rEF3=Rfo7oD29K3psdyHMeE5swBRg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/986070872ffaae5d9d0e39eddcc952bc261982a2

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace
Next
From: Andres Freund
Date:
Subject: pgsql: Change pqformat.h's integer handling functions to takeunsigned