pgsql: Remove duplicated return statement from llvmjit code.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicated return statement from llvmjit code.
Date: 2018-06-27 06:20:02
Message-ID: E1fY3oA-0007LG-Pb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-06-27 06:51:46 pgsql: Change pqformat.h's integer handling functions to take unsigned
Previous Message Peter Eisentraut 2018-06-27 06:04:43 pgsql: Fix whitespace