We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4402ec commit 1960a3bCopy full SHA for 1960a3b
src/backend/bootstrap/bootstrap.c
@@ -7,7 +7,7 @@
7
* Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.5 1996/08/13 01:28:28 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.6 1996/08/17 06:41:10 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -743,7 +743,7 @@ gettype(char *type)
743
return(gettype(type));
744
}
745
elog(WARN, "Error: unknown type '%s'.\n", type);
746
- err();
+ err_out();
747
/* not reached, here to make compiler happy */
748
return 0;
749
0 commit comments