Author: turnstep
Date: Wed Jan 23 15:15:39 2008
New Revision: 10648
Modified:
DBD-Pg/trunk/t/03dbmethod.t
Log:
Fix version regex
Modified: DBD-Pg/trunk/t/03dbmethod.t
==============================================================================
--- DBD-Pg/trunk/t/03dbmethod.t (original)
+++ DBD-Pg/trunk/t/03dbmethod.t Wed Jan 23 15:15:39 2008
@@ -545,7 +545,7 @@
};
## 8.1 has differences in hash index pages
- if ($pgversion =~ /8\.1\./) {
+ if ($pgversion =~ /^801/) {
$correct_stats->{three}[5][11] = 0;
}