You've already forked pgbackrest
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:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user