Add pg_regress_multi support for PostgreSQL 10

We'll need to be able to run tests against PostgreSQL 10.
pull/1439/head
Jason Petersen 2017-04-20 20:56:35 -06:00
parent 3a397c66ca
commit 0d873b0758
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 1 additions and 1 deletions

View File

@ -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");
} }