1
0
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:
David Steele
2020-02-27 12:09:05 -05:00
parent 5afd950ed9
commit ee351682da
31 changed files with 242 additions and 242 deletions
+7 -7
View File
@@ -615,27 +615,27 @@ src/common/assert.h:
class: core
type: c/h
src/common/compress/gzip/common.c:
src/common/compress/gz/common.c:
class: core
type: c
src/common/compress/gzip/common.h:
src/common/compress/gz/common.h:
class: core
type: c/h
src/common/compress/gzip/compress.c:
src/common/compress/gz/compress.c:
class: core
type: c
src/common/compress/gzip/compress.h:
src/common/compress/gz/compress.h:
class: core
type: c/h
src/common/compress/gzip/decompress.c:
src/common/compress/gz/decompress.c:
class: core
type: c
src/common/compress/gzip/decompress.h:
src/common/compress/gz/decompress.h:
class: core
type: c/h
@@ -1779,7 +1779,7 @@ test/src/module/common/assertOnTest.c:
class: test/module
type: c
test/src/module/common/compressGzipTest.c:
test/src/module/common/compressTest.c:
class: test/module
type: c