mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Suppress compiler warning (only seen in MULTIBYTE case).
This commit is contained in:
parent
7d05310828
commit
6babf6eab7
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user