You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
This loop was using a lot of memory without freeing it at intervals. Rewrite to use char arrays when possible to reduce memory that needs to be allocated and freed.