Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1960a3b

Browse files
committed
changed missed err() change to err_out()
Found/submittd by David Bennett
1 parenta4402ec commit1960a3b

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
return0;
749749
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp