From 45d0c004d1671909bcc6cac093c018e618516c56 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 29 Jan 2009 09:38:38 +0000 Subject: [PATCH] Message fix --- src/interfaces/ecpg/preproc/parse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index 4400aee656..290717126d 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -371,7 +371,7 @@ sub dump_fields { # filter out ExecuteStmt: CREATE OptTemp TABLE ... # because the warning there is only valid in some situations if ($flds{0} ne 'create' || $flds{2} ne 'table') { - &add_to_buffer('rules', "mmerror(PARSE_ERROR, ET_WARNING, \"unsupported feature will be passed to backend\\n\");"); + &add_to_buffer('rules', "mmerror(PARSE_ERROR, ET_WARNING, \"unsupported feature will be passed to server\");"); } $feature_not_supported = 0; } -- 2.39.5