mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
c002a2ce2f
Putting the checksum at the beginning of the file made it impossible to stream the file out when saving. The entire file had to be held in memory while it was checksummed so the checksum could be written at the beginning. Instead place the checksum at the end. This does not break the existing Perl or C code since the read is not order dependent. There are no plans to improve the Perl code to take advantage of this change, but it will make the C implementation more efficient. Reviewed by Cynthia Shang. |
||
---|---|---|
.. | ||
Archive | ||
Backup | ||
Check | ||
Common | ||
Config | ||
Protocol | ||
Storage | ||
Db.pm | ||
DbVersion.pm | ||
InfoCommon.pm | ||
LibC.pm | ||
LibCAuto.pm | ||
Main.pm | ||
Manifest.pm | ||
Restore.pm | ||
RestoreFile.pm | ||
Version.pm |