OSDN Git Service

余分な修正を元に戻した。
[pghintplan/pg_hint_plan.git] / pg_hint_plan.c
index baad1bc..4c7a664 100644 (file)
@@ -908,9 +908,7 @@ parse_quote_value(const char *str, char **word, char *value_type)
        if (buf.len == 0)
        {
                pfree(buf.data);
-
                parse_ereport(str, ("%s is necessary.", value_type));
-
                return NULL;
        }