1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +03:00

Fix various places where global s/NOTICE/WARNING/ was applied with too

much enthusiasm.
This commit is contained in:
Tom Lane
2003-01-07 22:23:17 +00:00
parent 3e40ff58c5
commit 9f1f2bfb66
6 changed files with 17 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.52 2002/11/08 19:12:21 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.53 2003/01/07 22:23:17 tgl Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@@ -153,7 +153,7 @@ psql_error(const char *fmt,...)
/*
* for backend INFO, WARNING, ERROR
* for backend Notice mesages (INFO, WARNING, etc)
*/
void
NoticeProcessor(void *arg, const char *message)