PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <unistd.h>
#include "common/logging.h"
#include "fe_utils/astreamer.h"
Go to the source code of this file.
Functions | |
astreamer * | astreamer_zstd_compressor_new (astreamer *next, pg_compress_specification *compress) |
astreamer * | astreamer_zstd_decompressor_new (astreamer *next) |
astreamer* astreamer_zstd_compressor_new | ( | astreamer * | next, |
pg_compress_specification * | compress | ||
) |
Definition at line 70 of file astreamer_zstd.c.
References Assert, enlargeStringInfo(), exit(), initStringInfo(), pg_compress_specification::level, pg_compress_specification::long_distance, next, pg_compress_specification::options, palloc0(), PG_COMPRESSION_OPTION_LONG_DISTANCE, PG_COMPRESSION_OPTION_WORKERS, pg_fatal, pg_log_error, and pg_compress_specification::workers.
Referenced by CreateBackupStreamer().
Definition at line 262 of file astreamer_zstd.c.
References Assert, enlargeStringInfo(), initStringInfo(), next, palloc0(), and pg_fatal.
Referenced by create_archive_verifier(), and CreateBackupStreamer().