summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-14 21:00:17 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-14 21:00:17 +0100
commita4ae80a43078cb33f759863c6f436619290137c3 (patch)
treebb2f7b5feb5abb562711a5e3e1bae88202607681 /Bugzilla/Constants.pm
parenta995ad3f644961f57afc9d7bbdbd1b3849cdc74c (diff)
downloadbugzilla-a4ae80a43078cb33f759863c6f436619290137c3.tar.gz
bugzilla-a4ae80a43078cb33f759863c6f436619290137c3.tar.xz
Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 or
later. r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 5b58fd494..11521749e 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -484,6 +484,8 @@ use constant DB_MODULE => {
version => '4.001',
},
name => 'MySQL'},
+ # Also see Bugzilla::DB::Pg::bz_check_server_version, which has special
+ # code to require DBD::Pg 2.17.2 for PostgreSQL 9 and above.
'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.03.0000',
dbd => {
package => 'DBD-Pg',