]> granicus.if.org Git - postgresql/commitdiff
Allow the connection keyword array to carry all seven items in ecpglib.
authorMichael Meskes <meskes@postgresql.org>
Mon, 6 Feb 2012 19:46:48 +0000 (20:46 +0100)
committerMichael Meskes <meskes@postgresql.org>
Mon, 6 Feb 2012 19:58:57 +0000 (20:58 +0100)
src/interfaces/ecpg/ecpglib/connect.c

index 9df50c5089e434d37b7f537604cb125079866343..15384ec3523c2e063e2634803ee2e0facfac5734 100644 (file)
@@ -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);