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

Commit685523c

Browse files
author
Michael Meskes
committed
Applied Magnus Hagander's patch to take away some compiler warnings.
1 parentfc8115d commit685523c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,5 +2164,6 @@ Th 25. Jan 17:17:01 CET 2007
21642164
Fr 2. Feb 09:53:48 CET 2007
21652165

21662166
- Cleaned up va_list handling. Hopefully this now works on all archs.
2167+
- Applied Magnus Hagander's patch to take away some compiler warnings.
21672168
- Set ecpg library version to 5.3.
21682169
- Set ecpg version to 4.3.1.

‎src/interfaces/ecpg/ecpglib/typename.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/typename.c,v 1.11 2007/01/25 16:45:25 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/typename.c,v 1.12 2007/02/02 09:31:10 meskes Exp $ */
22

33
#definePOSTGRES_ECPG_INTERNAL
44
#include"postgres_fe.h"
@@ -96,6 +96,6 @@ ECPGDynamicType(Oid type)
9696
caseNUMERICOID:
9797
returnSQL3_NUMERIC;/* numeric */
9898
default:
99-
return-type;
99+
return-(int)type;
100100
}
101101
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp