OSDN Git Service

Fix the previous commit.
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 13 Feb 2020 05:57:07 +0000 (14:57 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 13 Feb 2020 05:57:07 +0000 (14:57 +0900)
The previous commit left a line to be removed. Remove it.

pg_hint_plan.c

index a6c9a38..d24d5e8 100644 (file)
@@ -3016,7 +3016,6 @@ pg_hint_plan_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
         */
        if (plpgsql_recurse_level > 0 &&
                error_context_stack && error_context_stack->arg)
-       if (plpgsql_recurse_level > 0)
        {
                MemoryContext oldcontext;