1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

PostgreSQL 10 support.

This commit is contained in:
David Steele
2017-09-01 12:29:34 -04:00
parent 36e576b483
commit fcb7c6fd1d
26 changed files with 359 additions and 254 deletions

View File

@@ -166,6 +166,7 @@ my $oyVm =
PG_VERSION_83,
PG_VERSION_84,
PG_VERSION_92,
PG_VERSION_93,
],
},
@@ -197,8 +198,15 @@ my $oyVm =
&VM_DB =>
[
PG_VERSION_93,
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_10,
],
&VM_DB_TEST =>
[
PG_VERSION_94,
PG_VERSION_10,
],
},
};