From a4ae80a43078cb33f759863c6f436619290137c3 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 14 Feb 2011 12:00:17 -0800 Subject: Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 or later. r=dkl, a=mkanat --- Bugzilla/Constants.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Constants.pm') 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', -- cgit v1.2.3-24-g4f1b