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

Commitfeaf1fc

Browse files
committed
Throw NOTICE on built-in function removal
1 parente17cfa8 commitfeaf1fc

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.46 2000/04/12 17:14:59 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.47 2000/05/18 15:45:00 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(ERROR,"RemoveFunction: function \"%s\" is built-in",functionName);
373+
elog(NOTICE,"RemoveFunction: function \"%s\" is built-in",functionName);
374374
}
375375

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp