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

Embed exported C functions and Perl modules directly into the pgBackRest executable.

This commit is contained in:
David Steele
2018-05-22 12:53:08 -04:00
parent ada5c5c0d9
commit 4c7408ea52
32 changed files with 27463 additions and 1308 deletions

View File

@@ -105,7 +105,7 @@ use constant VM_HOST_DEFAULT => VM_U16;
use constant VM_COVERAGE => VM_U16;
# Lists valid VMs
use constant VM_LIST => (VM_CO6, VM_U16, VM_CO7, VM_U12);
use constant VM_LIST => (VM_U16, VM_CO6, VM_CO7, VM_U12);
push @EXPORT, qw(VM_LIST);
my $oyVm =