1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-11 00:50:20 +02:00

Move compress module to common/compress.

It makes sense for the compression code to be in common since it is not pgBackRest-specific.
This commit is contained in:
David Steele
2019-03-10 13:11:20 +02:00
parent 2f63babe9d
commit 95597be81e
13 changed files with 45 additions and 43 deletions

View File

@ -4,11 +4,11 @@ Test Archive Get Command
#include "postgres/interface.h"
#include "postgres/version.h"
#include "common/compress/gzip/compress.h"
#include "common/harnessConfig.h"
#include "common/harnessFork.h"
#include "common/io/bufferRead.h"
#include "common/io/bufferWrite.h"
#include "compress/gzipCompress.h"
#include "storage/driver/posix/storage.h"
/***********************************************************************************************************************************