You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-03 19:24:32 +02:00
e81533bbab
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.