pkgsrc/databases/p5-DBD-postgresql/patches/patch-ab
mjl 9c7b6d04db Update p5-DBD-postgresql to 1.22
- Fix memory allocation problem in bytea escaping
  - Add utf8 support
  - Transform Perl arrays into PostgreSQL arrays
  - Fix for foreign_key_info()
  - Fix PG_TEXT parameter binding
  - Doc cleanups
  - Fix warning from func($table, 'table_attributes')
  - Added suppport for schemas
  - Fix binary to a bytea field conversion
2003-04-20 19:47:20 +00:00

12 lines
359 B
Text

$NetBSD: patch-ab,v 1.3 2003/04/20 19:47:21 mjl Exp $
--- dbdimp.h.orig Tue Mar 25 23:17:00 2003
+++ dbdimp.h Sun Apr 20 21:39:17 2003
@@ -28,6 +28,7 @@
#ifdef SvUTF8_off
int pg_enable_utf8; /* should we attempt to make utf8 strings? */
#endif
+ int need_begin; /* need a begin */
};
/* Define sth implementor data structure */