You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-04 20:22:38 +03:00
The Perl processing of config.yaml put hard limits on the format of that file. To allow flexibility in the file format remove all Perl processing on config.yaml. This is just the beginning of migrating the preprocessor to C but even this small bit allows the removal of a lot of Perl code.