projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc6e70
)
Message fix
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Jan 2009 09:38:38 +0000
(09:38 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Jan 2009 09:38:38 +0000
(09:38 +0000)
src/interfaces/ecpg/preproc/parse.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/parse.pl
b/src/interfaces/ecpg/preproc/parse.pl
index 4400aee656bc71436b37e286ce0cf109dfd3d37d..290717126d61b43b6b8ba00e9020c1acf69e8aed 100644
(file)
--- 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;
}