]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 21:01:20 +0000 (14:01 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 21:01:20 +0000 (14:01 -0700)
bytea to text in Search.pm.
r=mkanat, a=mkanat (module owner)

Bugzilla/Constants.pm

index 6e118fcb3bc95e427609a934bd5920c7bb706ee0..d58fe9388af7dc4ee81abeaf77387e69bbfc9ca0 100644 (file)
@@ -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',