diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 23:01:20 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 23:01:20 +0200 |
commit | 383374778c025aebb1aaff1658b4024f0d0a58f7 (patch) | |
tree | e7d8d50736bb93035f88b808c48faef989f919e8 /Bugzilla | |
parent | 688ec34a802f7decbb8f5f6126101b7b9b96c8a3 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
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', |