mirror of https://github.com/citusdata/citus.git
Enable version check in test
parent
681b8f92bc
commit
1205590a35
|
|
@ -595,8 +595,8 @@ if($isolationtester)
|
||||||
|
|
||||||
if($citusversion)
|
if($citusversion)
|
||||||
{
|
{
|
||||||
push(@pgOptions, "citus.enable_version_checks=off");
|
#push(@pgOptions, "citus.enable_version_checks=off");
|
||||||
push(@pgOptions, "columnar.enable_version_checks=off");
|
#push(@pgOptions, "columnar.enable_version_checks=off");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add externally added options last, so they overwrite the default ones above
|
# Add externally added options last, so they overwrite the default ones above
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue