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 7d1402d commit f46246aCopy full SHA for f46246a
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.4 1996/07/23 02:23:05 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.1 1996/08/17 07:50:21 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -747,7 +747,7 @@ gettype(char *type)
747
return(gettype(type));
748
}
749
elog(WARN, "Error: unknown type '%s'.\n", type);
750
- err();
+ err_out();
751
/* not reached, here to make compiler happy */
752
return 0;
753
0 commit comments