--- dbdimp.h.orig	Tue Mar 25 17:12:04 2003
+++ dbdimp.h	Tue Mar 25 17:13:13 2003
@@ -21,10 +21,11 @@
 
     PGconn    * conn;		/* connection structure */
     int         init_commit;	/* initialize AutoCommit */
     int         pg_auto_escape;	/* initialize AutoEscape */
     int         pg_bool_tf;     /* do bools return 't'/'f' */
+    int         pg_need_begin;  /* does a begin need to be sent */
 };
 
 /* Define sth implementor data structure */
 struct imp_sth_st {
     dbih_stc_t com;		/* MUST be first element in structure	*/
