Remove duplicate definition of ERROR.
authorTom Lane <[email protected]>
Mon, 14 Jul 2003 23:36:15 +0000 (23:36 +0000)
committerTom Lane <[email protected]>
Mon, 14 Jul 2003 23:36:15 +0000 (23:36 +0000)
src/include/utils/elog.h

index 6d647ac8a9568b235eafec08faa82682f866c127..5d4ed2c8ff8bb09675903234a3dfb93e715becbb 100644 (file)
@@ -35,9 +35,7 @@
 #define WARNING                19                      /* Warnings */
 #define ERROR          20                      /* user error - abort transaction; return
                                                                 * to known state */
-#define ERROR          20                      /* user error - abort transaction; return
-                                                                * to known state */
-/* Save ERROR value in PGERROR so it can bve restored when Win32 includes
+/* Save ERROR value in PGERROR so it can be restored when Win32 includes
  * modify it.  We have to use a constant rather than ERROR because macros
  * are expanded only when referenced outside macros.
  */