diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-07 22:23:17 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-07 22:23:17 +0000 |
| commit | 9f1f2bfb661615f75ddfe8312a9a005d9cf7af75 (patch) | |
| tree | 00a86bc1de9c0be161f56f450e27d548736393f1 /src/bin | |
| parent | 3e40ff58c5ab7c7a8b1d5ab735824cee6cc51de9 (diff) | |
| download | postgresql-9f1f2bfb661615f75ddfe8312a9a005d9cf7af75.tar.gz | |
Fix various places where global s/NOTICE/WARNING/ was applied with too
much enthusiasm.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/psql/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index fcd898877a..ca9b07c8fa 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -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) |
