mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Allow the connection keyword array to carry all seven items in ecpglib.
This commit is contained in:
parent
5fc78efcec
commit
0ee23b53be
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user