mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
changed missed err() change to err_out()
Found/submittd by David Bennett
This commit is contained in:
parent
a4402ecc8c
commit
1960a3b965
@ -7,7 +7,7 @@
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -743,7 +743,7 @@ gettype(char *type)
|
||||
return(gettype(type));
|
||||
}
|
||||
elog(WARN, "Error: unknown type '%s'.\n", type);
|
||||
err();
|
||||
err_out();
|
||||
/* not reached, here to make compiler happy */
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user