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

Commit2966001

Browse files
author
Hiroshi Inoue
committed
Fix compiler warnings.
1 parentf8da399 commit2966001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/odbc/info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ PGAPI_Statistics(
22402240
charindex_query[INFO_INQUIRY_LEN];
22412241
HSTMThindx_stmt;
22422242
RETCODEresult;
2243-
char*table_name,*schema_name=NULL;
2243+
char*table_name;
22442244
charindex_name[MAX_INFO_STRING];
22452245
shortfields_vector[16];
22462246
charisunique[10],
@@ -4091,7 +4091,7 @@ PGAPI_TablePrivileges(
40914091
inttablecount,usercount,i,j,k;
40924092
BOOLgrpauth,sys,su;
40934093
char(*useracl)[ACLMAX],*acl,*user,*delim,*auth;
4094-
char*reln,*owner,*priv,*schnm;
4094+
char*reln,*owner,*priv,*schnm=NULL;
40954095

40964096
mylog("%s: entering... scnm=%x len-%d\n",func,szTableOwner,cbTableOwner);
40974097
if (!SC_recycle_statement(stmt))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp