mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
102ce5dee4
The reference list was previously built at load time from whichever references existed in the file list. This was sufficient since the list was for informational purposes only. The block incremental feature will require a reference list that contains all prior backups, even those that are not explicitly referenced from the manifest. Therefore it makes sense to build and persist a manifest list rather than building it at load time. This list can still be used for informational purposes, though it needs to be sorted since the list it sill built for older manifest versions and may not be in sorted order. Add strLstFindIdx() to find references in the list. |
||
---|---|---|
.. | ||
pgBackRestTest |