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

Commit15a6450

Browse files
committed
I grabbed the latest version of the source code via sup this morning,
and found out that one of the patches is a show stopper forcompiling under a strict ansi package.Please make sure the following fix makes it into the 1.02.1release...Thanks.-Kurt
1 parent988a9ad commit15a6450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/error/elog.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.4 1996/07/22 21:58:26 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.5 1996/08/14 05:03:47 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -42,7 +42,7 @@ extern jmp_buf Warn_restart;
4242
*Old error logging function.
4343
*/
4444
void
45-
elog(intlev,char*fmt, ... )
45+
elog(intlev,constchar*fmt, ... )
4646
{
4747
va_listap;
4848
charbuf[ELOG_MAXLEN],line[ELOG_MAXLEN];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp