mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
pgindent run for 9.0
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.117 2010/02/17 04:19:39 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.118 2010/02/26 02:00:39 momjian Exp $
|
||||
*
|
||||
* DESCRIPTION
|
||||
* These routines take the parse tree and pick out the
|
||||
@ -314,8 +314,8 @@ examine_parameter_list(List *parameters, Oid languageOid,
|
||||
strcmp(prevfp->name, fp->name) == 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_FUNCTION_DEFINITION),
|
||||
errmsg("parameter name \"%s\" used more than once",
|
||||
fp->name)));
|
||||
errmsg("parameter name \"%s\" used more than once",
|
||||
fp->name)));
|
||||
}
|
||||
|
||||
paramNames[i] = CStringGetTextDatum(fp->name);
|
||||
@ -2019,8 +2019,8 @@ ExecuteDoStmt(DoStmt *stmt)
|
||||
if (!OidIsValid(laninline))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("language \"%s\" does not support inline code execution",
|
||||
NameStr(languageStruct->lanname))));
|
||||
errmsg("language \"%s\" does not support inline code execution",
|
||||
NameStr(languageStruct->lanname))));
|
||||
|
||||
ReleaseSysCache(languageTuple);
|
||||
|
||||
|
Reference in New Issue
Block a user