Enable version check in test

eag/release-13.2/relax-test
eaydingol 2025-11-26 10:07:58 +03:00
parent 681b8f92bc
commit 1205590a35
1 changed files with 2 additions and 2 deletions

View File

@ -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