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

Commit352cd1f

Browse files
committed
Remove a few remaining vestiges of elog(WARN).
1 parent4ea746a commit352cd1f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎src/backend/commands/indexcmds.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/indexcmds.c,v 1.42 2000/12/08 06:17:58 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.43 2000/12/15 04:08:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -598,7 +598,7 @@ GetDefaultOpClass(Oid atttypid)
598598
*
599599
* Exceptions:
600600
*BadArg if name is invalid.
601-
*"WARN" if index nonexistent.
601+
*"ERROR" if index nonexistent.
602602
*...
603603
*/
604604
void

‎src/backend/commands/remove.c

Lines changed: 3 additions & 3 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.56 2000/11/20 20:36:47 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.57 2000/12/15 04:08:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -35,7 +35,7 @@
3535
* Exceptions:
3636
*BadArg if name is invalid.
3737
*BadArg if type1 is invalid.
38-
*"WARN" if operator nonexistent.
38+
*"ERROR" if operator nonexistent.
3939
*...
4040
*/
4141
void
@@ -291,7 +291,7 @@ RemoveType(char *typeName)/* type name to be removed */
291291
*
292292
* Exceptions:
293293
*BadArg if name is invalid.
294-
*"WARN" if function nonexistent.
294+
*"ERROR" if function nonexistent.
295295
*...
296296
*/
297297
void

‎src/include/commands/command.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: command.h,v 1.23 2000/09/12 05:09:47 momjian Exp $
10+
* $Id: command.h,v 1.24 2000/12/15 04:08:15 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -24,7 +24,7 @@
2424
*
2525
* Exceptions:
2626
*BadArg if forward invalid.
27-
*"WARN" if portal not found.
27+
*"ERROR" if portal not found.
2828
*/
2929
externvoidPerformPortalFetch(char*name,boolforward,intcount,
3030
char*tag,CommandDestdest);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp