From: Tom Lane Date: Fri, 2 Nov 2001 17:00:18 +0000 (+0000) Subject: Suppress compiler warning (only seen in MULTIBYTE case). X-Git-Tag: REL7_2_BETA2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6babf6eab7a09127f0425c168a9e1ddffe5b4808;p=postgresql Suppress compiler warning (only seen in MULTIBYTE case). --- diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 6ffc7cc51b..09439b2a5e 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -3006,6 +3006,7 @@ PGAPI_ForeignKeys( make_string(szFkTableName, cbFkTableName, fk_table_needed); #ifdef MULTIBYTE + pkey_text = fkey_text = pkt_text = fkt_text = NULL; pkey_alloced = fkey_alloced = pkt_alloced = fkt_alloced = FALSE; conn = SC_get_conn(stmt); #endif /* MULTIBYTE */