aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-10-02 06:34:04 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-10-02 06:34:04 +0000
commite78b0079a286a789b96edd6663d2ed9e87e64ba6 (patch)
treebab813d63b6aa711f1b540198995336a87b8418d /src/backend/commands/functioncmds.c
parent5b806ecf555b2921a966444f7d328e07852a6f37 (diff)
downloadpostgresql-e78b0079a286a789b96edd6663d2ed9e87e64ba6.tar.gz
postgresql-e78b0079a286a789b96edd6663d2ed9e87e64ba6.zip
Change some notices to warnings and vice versa according to criteria
developed on -hackers.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
-rw-r--r--src/backend/commands/functioncmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/functioncmds.c b/src/backend/commands/functioncmds.c
index 0dcb16a0d78..35ab80c09a7 100644
--- a/src/backend/commands/functioncmds.c
+++ b/src/backend/commands/functioncmds.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/functioncmds.c,v 1.37 2003/09/29 00:05:24 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/functioncmds.c,v 1.38 2003/10/02 06:34:03 petere Exp $
*
* DESCRIPTION
* These routines take the parse tree and pick out the
@@ -718,7 +718,7 @@ RenameFunction(List *name, List *argtypes, const char *newname)
*
* This is presently only used for adjusting legacy functions that return
* OPAQUE to return whatever we find their correct definition should be.
- * The caller should emit a suitable NOTICE explaining what we did.
+ * The caller should emit a suitable warning explaining what we did.
*/
void
SetFunctionReturnType(Oid funcOid, Oid newRetType)