1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Make some sentences consistent with similar ones.

Euler Taveira de Oliveira
This commit is contained in:
Bruce Momjian
2006-10-03 21:21:36 +00:00
parent 9e23cd612e
commit 45c8ed96b9
9 changed files with 22 additions and 22 deletions

View File

@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/operatorcmds.c,v 1.31 2006/06/16 20:23:44 adunstan Exp $
* $PostgreSQL: pgsql/src/backend/commands/operatorcmds.c,v 1.32 2006/10/03 21:21:36 momjian Exp $
*
* DESCRIPTION
* The "DefineFoo" routines take the parse tree and pick out the
@ -218,7 +218,7 @@ RemoveOperator(RemoveFuncStmt *stmt)
if (stmt->missing_ok &&!OidIsValid(operOid) )
{
ereport(NOTICE,
(errmsg("operator %s does not exist ... skipping",
(errmsg("operator %s does not exist, skipping",
NameListToString(operatorName))));
return;
}