From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 21:01:20 +0000 (-0700) Subject: Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting X-Git-Tag: bugzilla-4.1.1~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383374778c025aebb1aaff1658b4024f0d0a58f7;p=thirdparty%2Fbugzilla.git Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting bytea to text in Search.pm. r=mkanat, a=mkanat (module owner) --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6e118fcb3b..d58fe9388a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -488,7 +488,7 @@ use constant DB_MODULE => { version => '4.00', }, name => 'MySQL'}, - 'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000', + 'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.03.0000', dbd => { package => 'DBD-Pg', module => 'DBD::Pg',