From: Michael Meskes Date: Mon, 6 Feb 2012 19:46:48 +0000 (+0100) Subject: Allow the connection keyword array to carry all seven items in ecpglib. X-Git-Tag: REL9_2_BETA1~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ee23b53beb851d60c0eff9bde8fd7a303270720;p=postgresql Allow the connection keyword array to carry all seven items in ecpglib. --- diff --git a/src/interfaces/ecpg/ecpglib/connect.c b/src/interfaces/ecpg/ecpglib/connect.c index 9df50c5089..15384ec352 100644 --- 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);