pgsql: SQL/JSON: Remove useless code in ExecInitJsonExpr() - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: SQL/JSON: Remove useless code in ExecInitJsonExpr()
Date
Msg-id E1sXFc7-001GeD-3A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
SQL/JSON: Remove useless code in ExecInitJsonExpr()

The code was for adding an unconditional JUMP to the next step,
which is unnecessary processing.

Reported-by: Jian He <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CACJufxEo4sUjKCYtda0_qt9tazqqKPmF1cqhW9KBOUeJFqQd2g@mail.gmail.com
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f9a62b454e8d36f57d54efa141c464f69ce9206

Modified Files
--------------
src/backend/executor/execExpr.c | 15 ---------------
1 file changed, 15 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Improve error-handling of JsonBehavior expressions
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Disable all TLS session tickets