]> granicus.if.org Git - postgresql/commitdiff
The err() bug creeped back in again...
authorMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 18:04:44 +0000 (18:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 18:04:44 +0000 (18:04 +0000)
Pointed out by:  brianc@saintjoe.edu

src/backend/bootstrap/bootstrap.c

index 84a769dc91c8090dc03a21c4bd028872e2c03852..c2e0908c0d94adfbcebb99ed09937ea5c6906626 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.1 1996/08/17 07:50:21 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.2 1996/08/19 18:04:44 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -187,15 +187,11 @@ typedef void (*sig_func)();
  *     error handling / abort routines
  * ----------------
  */
-# if !defined(PORTNAME_BSD44_derived) && \
-     !defined(PORTNAME_bsdi) && \
-     !defined(PORTNAME_bsdi_2_1)
-void err()
+void err_out()
 {
     Warnings++;
     cleanup();
 }
-#endif
 
 /* usage:
    usage help for the bootstrap backen