pgsql: SQL/JSON: Remove useless code in ExecInitJsonExpr()
Started by Amit Langotealmost 2 years ago1 messagescomitters
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: /messages/by-id/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(-)