Suppress compiler warning (only seen in MULTIBYTE case).

This commit is contained in:
Tom Lane 2001-11-02 17:00:18 +00:00
parent 7d05310828
commit 6babf6eab7

View File

@ -3006,6 +3006,7 @@ PGAPI_ForeignKeys(
make_string(szFkTableName, cbFkTableName, fk_table_needed); make_string(szFkTableName, cbFkTableName, fk_table_needed);
#ifdef MULTIBYTE #ifdef MULTIBYTE
pkey_text = fkey_text = pkt_text = fkt_text = NULL;
pkey_alloced = fkey_alloced = pkt_alloced = fkt_alloced = FALSE; pkey_alloced = fkey_alloced = pkt_alloced = fkt_alloced = FALSE;
conn = SC_get_conn(stmt); conn = SC_get_conn(stmt);
#endif /* MULTIBYTE */ #endif /* MULTIBYTE */