mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Change some notices to warnings and vice versa according to criteria
developed on -hackers.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.207 2003/09/24 18:54:01 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.208 2003/10/02 06:34:04 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -1555,7 +1555,7 @@ CreateCommandTag(Node *parsetree)
|
||||
break;
|
||||
|
||||
default:
|
||||
elog(NOTICE, "unrecognized node type: %d",
|
||||
elog(WARNING, "unrecognized node type: %d",
|
||||
(int) nodeTag(parsetree));
|
||||
tag = "???";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user