From: Kyotaro Horiguchi Date: Thu, 13 Feb 2020 05:57:07 +0000 (+0900) Subject: Fix the previous commit. X-Git-Tag: REL12_1_3_5~10 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bd5dcc3c80602da637b710ee4a5547408da0f760;p=pghintplan%2Fpg_hint_plan.git Fix the previous commit. The previous commit left a line to be removed. Remove it. --- diff --git a/pg_hint_plan.c b/pg_hint_plan.c index a6c9a38..d24d5e8 100644 --- a/pg_hint_plan.c +++ b/pg_hint_plan.c @@ -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;