dbd/postgresql/dbd_postgresql.h

changeset 13
10c8c6f0da14
parent 2
c4f02fc67e5a
child 30
8599f34c139b
--- 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;
 

mercurial