You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
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.
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</table-row>
|
||||
|
||||
<table-row>
|
||||
<table-cell>common/compress/gzip</table-cell>
|
||||
<table-cell>common/compress/gz</table-cell>
|
||||
<table-cell>16/16 (100.0%)</table-cell>
|
||||
<table-cell>24/24 (100.0%)</table-cell>
|
||||
<table-cell>163/163 (100.0%)</table-cell>
|
||||
@@ -241,4 +241,4 @@
|
||||
<table-cell>1228/1228 (100.0%)</table-cell>
|
||||
<table-cell>5819/5820 (99.98%)</table-cell>
|
||||
<table-cell>18602/18602 (100.0%)</table-cell>
|
||||
</table-row>
|
||||
</table-row>
|
||||
|
||||
Reference in New Issue
Block a user