]> granicus.if.org Git - postgresql/commitdiff
Fix compiler warnings.
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 2 Apr 2002 10:57:25 +0000 (10:57 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 2 Apr 2002 10:57:25 +0000 (10:57 +0000)
src/interfaces/odbc/info.c

index 39fdce1f32e7681c06683487a790dafa78d133ae..2dce375f78b55d50808c850c17b5e4d5d926211b 100644 (file)
@@ -2240,7 +2240,7 @@ PGAPI_Statistics(
        char            index_query[INFO_INQUIRY_LEN];
        HSTMT           hindx_stmt;
        RETCODE         result;
-       char       *table_name, *schema_name = NULL;
+       char       *table_name;
        char            index_name[MAX_INFO_STRING];
        short           fields_vector[16];
        char            isunique[10],
@@ -4091,7 +4091,7 @@ PGAPI_TablePrivileges(
        int             tablecount, usercount, i, j, k;
        BOOL            grpauth, sys, su;
        char            (*useracl)[ACLMAX], *acl, *user, *delim, *auth;
-       char            *reln, *owner, *priv, *schnm;
+       char            *reln, *owner, *priv, *schnm = NULL;
 
        mylog("%s: entering... scnm=%x len-%d\n", func, szTableOwner, cbTableOwner);
        if (!SC_recycle_statement(stmt))