From 383374778c025aebb1aaff1658b4024f0d0a58f7 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 14:01:20 -0700 Subject: 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) --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6e118fcb3..d58fe9388 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', -- cgit v1.2.3-24-g4f1b