1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Storage
David Steele ee351682da Rename "gzip" to "gz".
"gz" was used as the extension but "gzip" was generally used for function and type naming.

With a new compression format on the way, it makes sense to standardize on a single abbreviation to represent a compression format in the code.  Since the extension is standard and we must use it, also use the extension for all naming.
2020-02-27 12:09:05 -05:00
..
Base.pm Rename "gzip" to "gz". 2020-02-27 12:09:05 -05:00
Helper.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Storage.pm Don't decode manifest data when it is generated on a remote. 2019-09-03 12:30:45 -04:00
StorageRead.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
StorageWrite.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00