firtst release
Revision | bd5dcc3c80602da637b710ee4a5547408da0f760 (tree) |
---|---|
Time | 2020-02-13 14:57:07 |
Author | Kyotaro Horiguchi <horikyota.ntt@gmai...> |
Commiter | Kyotaro Horiguchi |
Fix the previous commit.
The previous commit left a line to be removed. Remove it.
@@ -3016,7 +3016,6 @@ pg_hint_plan_planner(Query *parse, int cursorOptions, ParamListInfo boundParams) | ||
3016 | 3016 | */ |
3017 | 3017 | if (plpgsql_recurse_level > 0 && |
3018 | 3018 | error_context_stack && error_context_stack->arg) |
3019 | - if (plpgsql_recurse_level > 0) | |
3020 | 3019 | { |
3021 | 3020 | MemoryContext oldcontext; |
3022 | 3021 |