summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 23:01:20 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 23:01:20 +0200
commit383374778c025aebb1aaff1658b4024f0d0a58f7 (patch)
treee7d8d50736bb93035f88b808c48faef989f919e8 /Bugzilla/Constants.pm
parent688ec34a802f7decbb8f5f6126101b7b9b96c8a3 (diff)
downloadbugzilla-383374778c025aebb1aaff1658b4024f0d0a58f7.tar.gz
bugzilla-383374778c025aebb1aaff1658b4024f0d0a58f7.tar.xz
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)
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
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',