Author: turnstep
Date: Sat Jan 19 20:35:32 2008
New Revision: 10621

Modified:
   DBD-Pg/trunk/t/03dbmethod.t

Log:
Change version tweaking.


Modified: DBD-Pg/trunk/t/03dbmethod.t
==============================================================================
--- DBD-Pg/trunk/t/03dbmethod.t (original)
+++ DBD-Pg/trunk/t/03dbmethod.t Sat Jan 19 20:35:32 2008
@@ -544,8 +544,8 @@
        ],
        };
 
-       ## Early versions of 8.1 have a difference in hash index pages, which I 
think was corrected in 8.1.5:
-       if ($pgversion =~ /8.1.[01234]/) {
+       ## 8.1 has differences in hash index pages
+       if ($pgversion =~ /8\.1\./) {
                $correct_stats->{three}[5][11] = 0;
        }
 

Reply via email to