$NetBSD: patch-ab,v 1.2 2003/01/17 16:41:39 mjl Exp $ --- dbdimp.h.orig Wed Jan 8 23:08:17 2003 +++ dbdimp.h Fri Jan 17 17:25:12 2003 @@ -23,6 +23,7 @@ int init_commit; /* initialize AutoCommit */ int pg_auto_escape; /* initialize AutoEscape */ int pg_bool_tf; /* do bools return 't'/'f' */ + int need_begin; /* need a begin */ }; /* Define sth implementor data structure */