pgsql: expression eval, jit: Minor code cleanups. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: expression eval, jit: Minor code cleanups.
Date
Msg-id E1izutT-0007xn-BQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
expression eval, jit: Minor code cleanups.

This mostly consists of using C99 style for loops, moving variables
into narrower scopes, and a smattering of other minor improvements.
Done separately to make it easier to review patches with actual
functional changes.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ec7679f1b67e84be688a311dce234eeaa1d5de8

Modified Files
--------------
src/backend/executor/execExpr.c       |  40 ++--
src/backend/executor/execExprInterp.c |  80 +++-----
src/backend/jit/llvm/llvmjit_expr.c   | 377 +++++++++++++++++-----------------
3 files changed, 240 insertions(+), 257 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in proc.c
Next
From: Jeff Davis
Date:
Subject: pgsql: Introduce TupleHashTableHash() and LookupTupleHashEntryHash().