]> andersk Git - moira.git/commitdiff
MR_INGRES_ERR -> MR_DBMS_ERR
authordanw <danw>
Mon, 20 Jan 1997 18:03:35 +0000 (18:03 +0000)
committerdanw <danw>
Mon, 20 Jan 1997 18:03:35 +0000 (18:03 +0000)
MR_INGRES_SOFTFAIL -> MR_DBMS_SOFTFAIL

lib/mr_et.et

index c58f9237f4f3f3d712d70afb88101c9bad7e6fc4..9da2b9069841afda5c3a93d01f8f7497a3663757 100644 (file)
@@ -19,8 +19,8 @@ ec    MR_ABORTED,
 ec     MR_UNKNOWN_PROC,
        "Unknown procedure"
 
-ec     MR_INGRES_ERR,
-       "Ingres system error occurred"
+ec     MR_DBMS_ERR,
+       "DBMS system error occurred"
 
 ec     MR_MORE_DATA,
        "More data is available from Moira"
@@ -201,7 +201,7 @@ ec  MR_DOWN,
 ec     MR_LISTLOOP,
        "Lists are not allowed to contain themselves as members"
 
-ec     MR_INGRES_SOFTFAIL,
+ec     MR_DBMS_SOFTFAIL,
        "Temporary database failure, try again"
 
 ec     MR_COREDUMP,
This page took 0.059512 seconds and 5 git commands to generate.