Remove a few remaining vestiges of elog(WARN).
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Dec 2000 04:08:15 +0000 (04:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Dec 2000 04:08:15 +0000 (04:08 +0000)
src/backend/commands/indexcmds.c
src/backend/commands/remove.c
src/include/commands/command.h

index c91c2fa61229ef0e3a3705fbdbacb5804d740d1e..67cb5dcb0ae34bb182b27c55224f83a856cc5914 100644 (file)
@@ -598,7 +598,7 @@ GetDefaultOpClass(Oid atttypid)
  *
  * Exceptions:
  *             BadArg if name is invalid.
- *             "WARN" if index nonexistent.
+ *             "ERROR" if index nonexistent.
  *             ...
  */
 void
index ef2373e083901b09a89ad6e0c1de7dcaf866a99c..2ccf6e4942a0dc35aca163556f86064e14c07aff 100644 (file)
@@ -35,7 +35,7 @@
  * Exceptions:
  *             BadArg if name is invalid.
  *             BadArg if type1 is invalid.
- *             "WARN" if operator nonexistent.
+ *             "ERROR" if operator nonexistent.
  *             ...
  */
 void
@@ -291,7 +291,7 @@ RemoveType(char *typeName)          /* type name to be removed */
  *
  * Exceptions:
  *             BadArg if name is invalid.
- *             "WARN" if function nonexistent.
+ *             "ERROR" if function nonexistent.
  *             ...
  */
 void
index c99fcb95784d718a24e8cea37c6a9b79e4c5ec06..c9ce047ed561b7281804f642ea8edd5abd4b1e7f 100644 (file)
@@ -24,7 +24,7 @@
  *
  * Exceptions:
  *             BadArg if forward invalid.
- *             "WARN" if portal not found.
+ *             "ERROR" if portal not found.
  */
 extern void PerformPortalFetch(char *name, bool forward, int count,
                                   char *tag, CommandDest dest);