From 70adceecc9e8a8994e9cccd813b7be25ab39942c Mon Sep 17 00:00:00 2001 From: Takashi Suzuki Date: Fri, 24 Jan 2014 11:18:04 +0900 Subject: [PATCH] =?utf8?q?hint=5Freport=E3=81=AE=E5=87=BA=E5=8A=9B?= =?utf8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E5=A4=A7?= =?utf8?q?=E6=96=87=E5=AD=97=E5=A7=8B=E3=81=BE=E3=82=8A=E3=81=A7=E7=B5=B1?= =?utf8?q?=E4=B8=80=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pg_hint_plan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_hint_plan.c b/pg_hint_plan.c index 322d86c..3d5dff6 100644 --- a/pg_hint_plan.c +++ b/pg_hint_plan.c @@ -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; } -- 2.11.0