OSDN Git Service

hint_reportの出力メッセージを大文字始まりで統一した。
authorTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Fri, 24 Jan 2014 02:18:04 +0000 (11:18 +0900)
committerTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Fri, 24 Jan 2014 02:18:04 +0000 (11:18 +0900)
pg_hint_plan.c

index 322d86c..3d5dff6 100644 (file)
@@ -2089,7 +2089,7 @@ RowsHintParse(RowsHint *hint, HintState *hstate, Query *parse,
        }
        else
        {
-               hint_ereport(rows_str, ("unrecognized rows value type notation."));
+               hint_ereport(rows_str, ("Unrecognized rows value type notation."));
                hint->base.state = HINT_STATE_ERROR;
                return str;
        }