diff -r 014ba3ab3903 -r 10c8c6f0da14 dbd/postgresql/dbd_postgresql.h --- a/dbd/postgresql/dbd_postgresql.h Tue Dec 02 21:11:27 2008 +0000 +++ b/dbd/postgresql/dbd_postgresql.h Wed Dec 03 08:44:40 2008 +0000 @@ -17,6 +17,7 @@ */ typedef struct _connection { PGconn *postgresql; + int autocommit; unsigned int statement_id; /* sequence for statement IDs */ } connection_t;