Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 05/25/2001 23:40:04
Module Name:	pkgsrc
Committed By:	mjl
Date:		Fri May 25 20:40:03 UTC 2001

Modified Files:
	pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo

Log Message:
Update to 0.99. Changes are

- fix segmentation fault in pg_error
- bug-fix for core-dump after any failed function call
- add support for the datatype bytea
- fix bug in connect method, which erroneously set the userid and the
  password to the environment variables DBI_USER and DBI_PASS
- which removed the special handling of a backslash when used for octal
  presentation. Now a backslash always will be escaped.
- remove memory-leak in ping function, bug-fix
- correct the recognition of primary keys in table_attributes().
- fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that
  required perl to reallocate space for the variable holding the scalar value
- updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes)
- fix a seg-fault when inserting large amounts of text.
- remove the newlines from the error messages and quote date placeholders.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/p5-DBD-postgresql/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/p5-DBD-postgresql/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.