mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Message style improvements
This commit is contained in:
@ -302,7 +302,7 @@ ECPGDeclareStmt: DECLARE prepared_name STATEMENT
|
||||
if (strcmp($2, ptr->name) == 0)
|
||||
{
|
||||
/* re-definition is not allowed */
|
||||
mmerror(PARSE_ERROR, ET_ERROR, "declared name %s is already defined", ptr->name);
|
||||
mmerror(PARSE_ERROR, ET_ERROR, "name \"%s\" is already declared", ptr->name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user