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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user