mirror of https://github.com/citusdata/citus.git
Add pg_regress_multi support for PostgreSQL 10
We'll need to be able to run tests against PostgreSQL 10.pull/1439/head
parent
3a397c66ca
commit
0d873b0758
|
@ -439,7 +439,7 @@ my @arguments = (
|
||||||
'--user', $user
|
'--user', $user
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($majorversion eq '9.5' || $majorversion eq '9.6')
|
if ($majorversion eq '9.5' || $majorversion eq '9.6' || $majorversion eq '10')
|
||||||
{
|
{
|
||||||
push(@arguments, '--bindir', "tmp_check/tmp-bin");
|
push(@arguments, '--bindir', "tmp_check/tmp-bin");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue