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

Commit6108a7e

Browse files
committed
Change remove function warning for built-ins.
1 parent61f06bc commit6108a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/remove.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.47 2000/05/1815:45:00 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.48 2000/05/1816:09:38 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -370,7 +370,7 @@ RemoveFunction(char *functionName,/* function name to be removed */
370370
if ((((Form_pg_proc)GETSTRUCT(tup))->prolang)==INTERNALlanguageId)
371371
{
372372
heap_close(relation,RowExclusiveLock);
373-
elog(NOTICE,"RemoveFunction:function \"%s\" is built-in",functionName);
373+
elog(NOTICE,"Removing built-infunction \"%s\"",functionName);
374374
}
375375

376376
/*** Delete any comments associated with this function ***/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp