projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d05310
)
Suppress compiler warning (only seen in MULTIBYTE case).
author
Tom Lane
Fri, 2 Nov 2001 17:00:18 +0000
(17:00 +0000)
committer
Tom Lane
Fri, 2 Nov 2001 17:00:18 +0000
(17:00 +0000)
src/interfaces/odbc/info.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/info.c
b/src/interfaces/odbc/info.c
index 6ffc7cc51b098d3b8b47beb638430b0880b30206..09439b2a5ea3b905f784d0d062bfa138a75b97a4 100644
(file)
--- 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 */