mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Suppress compiler warning (only seen in MULTIBYTE case).
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user