PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
bbstreamer * | bbstreamer_zstd_compressor_new (bbstreamer *next, pg_compress_specification *compress) |
bbstreamer * | bbstreamer_zstd_decompressor_new (bbstreamer *next) |
bbstreamer* bbstreamer_zstd_compressor_new | ( | bbstreamer * | next, |
pg_compress_specification * | compress | ||
) |
Definition at line 66 of file bbstreamer_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().
bbstreamer* bbstreamer_zstd_decompressor_new | ( | bbstreamer * | next | ) |
Definition at line 258 of file bbstreamer_zstd.c.
References Assert(), enlargeStringInfo(), initStringInfo(), next, palloc0(), and pg_fatal.
Referenced by CreateBackupStreamer().