Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1960a3b

Browse files
committed
changed missed err() change to err_out()
Found/submittd by David Bennett
1 parent a4402ec commit 1960a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/bootstrap/bootstrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.5 1996/08/13 01:28:28 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.6 1996/08/17 06:41:10 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -743,7 +743,7 @@ gettype(char *type)
743743
return(gettype(type));
744744
}
745745
elog(WARN, "Error: unknown type '%s'.\n", type);
746-
err();
746+
err_out();
747747
/* not reached, here to make compiler happy */
748748
return 0;
749749
}

0 commit comments

Comments
 (0)