File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 */
604604void
Original file line number Diff line number Diff line change 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 */
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 */
4141void
@@ -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 */
297297void
Original file line number Diff line number Diff line change 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 */
2424 *
2525 * Exceptions:
2626 * BadArg if forward invalid.
27- * "WARN " if portal not found.
27+ * "ERROR " if portal not found.
2828 */
2929extern void PerformPortalFetch (char * name , bool forward , int count ,
3030 char * tag , CommandDest dest );
You can’t perform that action at this time.
0 commit comments