You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Refactor common/io/filter module with inline getters/setters.
Extend the pattern introduced in 79a2d02c
to the common/io/filter module.
This commit is contained in:
@ -14,7 +14,7 @@ stress testing as needed.
|
||||
#include "common/crypto/hash.h"
|
||||
#include "common/compress/gz/compress.h"
|
||||
#include "common/compress/lz4/compress.h"
|
||||
#include "common/io/filter/filter.intern.h"
|
||||
#include "common/io/filter/filter.h"
|
||||
#include "common/io/filter/sink.h"
|
||||
#include "common/io/bufferRead.h"
|
||||
#include "common/io/bufferWrite.h"
|
||||
|
Reference in New Issue
Block a user