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 <[email protected]> Discussion: https://postgr.es/m/cacjufxeo4sujkcytda0_qt9tazqqkpmf1cqhw9kbouejfqq...@mail.gmail.com Backpatch-through: 17 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8a1a4087bd5fd09f42bcca2c91ff7eceaa2a0eab Modified Files -------------- src/backend/executor/execExpr.c | 15 --------------- 1 file changed, 15 deletions(-)
