projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc78ef
)
Allow the connection keyword array to carry all seven items in ecpglib.
author
Michael Meskes
Mon, 6 Feb 2012 19:46:48 +0000
(20:46 +0100)
committer
Michael Meskes
Mon, 6 Feb 2012 19:58:57 +0000
(20:58 +0100)
src/interfaces/ecpg/ecpglib/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/connect.c
b/src/interfaces/ecpg/ecpglib/connect.c
index 9df50c5089e434d37b7f537604cb125079866343..15384ec3523c2e063e2634803ee2e0facfac5734 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/connect.c
+++ b/
src/interfaces/ecpg/ecpglib/connect.c
@@
-274,7
+274,7
@@
ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
*port = NULL,
*realname = NULL,
*options = NULL;
- const char *conn_keywords[
6
];
+ const char *conn_keywords[
7
];
const char *conn_values[6];
ecpg_init_sqlca(sqlca);