Author: turnstep
Date: Fri Mar 21 09:23:16 2008
New Revision: 10967
Modified:
DBD-Pg/trunk/t/03dbmethod.t
Log:
Yet another adjustment. One more and I'm pulling this test!
Modified: DBD-Pg/trunk/t/03dbmethod.t
==============================================================================
--- DBD-Pg/trunk/t/03dbmethod.t (original)
+++ DBD-Pg/trunk/t/03dbmethod.t Fri Mar 21 09:23:16 2008
@@ -587,7 +587,7 @@
};
## 8.1 has differences in hash index pages
-if ($pgversion < 80109) {
+if ($pgversion < 80109 or $pgversion == 80200) {
$correct_stats->{three}[5][11] = 0;
}