summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/patches/patch-ab
blob: 487b01adc9946094eba22154bcb64e709f78b3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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 */