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

Remove support for PostgreSQL 8.3.

This commit is contained in:
David Steele
2017-06-21 17:24:36 -04:00
parent 73274fc608
commit cc0e3f843e
7 changed files with 13 additions and 12 deletions

View File

@@ -187,7 +187,6 @@ my $oyVm =
&VM_DB =>
[
PG_VERSION_83,
PG_VERSION_84,
PG_VERSION_90,
PG_VERSION_91,
@@ -200,7 +199,7 @@ my $oyVm =
&VM_DB_MINIMAL =>
[
PG_VERSION_83,
PG_VERSION_84,
],
},