Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7adbd76

Browse files
committed
Message fix
1 parent3ca7edd commit7adbd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/parse.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl
2-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.2 2009/01/01 17:24:02 momjian Exp $
2+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.3 2009/01/29 09:38:38 petere Exp $
33
# parser generater for ecpg
44
# call with backend parser as stdin
55
#
@@ -371,7 +371,7 @@ sub dump_fields {
371371
# filter out ExecuteStmt: CREATE OptTemp TABLE ...
372372
# because the warning there is only valid in some situations
373373
if ($flds{0}ne'create' ||$flds{2}ne'table') {
374-
&add_to_buffer('rules',"mmerror(PARSE_ERROR, ET_WARNING,\"unsupported feature will be passed tobackend\\n\");");
374+
&add_to_buffer('rules',"mmerror(PARSE_ERROR, ET_WARNING,\"unsupported feature will be passed toserver\");");
375375
}
376376
$feature_not_supported = 0;
377377
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp