PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <unistd.h>
#include "bbstreamer.h"
#include "common/logging.h"
#include "common/file_perm.h"
#include "common/string.h"
Go to the source code of this file.
Functions | |
bbstreamer * | bbstreamer_lz4_compressor_new (bbstreamer *next, pg_compress_specification *compress) |
bbstreamer * | bbstreamer_lz4_decompressor_new (bbstreamer *next) |
bbstreamer* bbstreamer_lz4_compressor_new | ( | bbstreamer * | next, |
pg_compress_specification * | compress | ||
) |
Definition at line 70 of file bbstreamer_lz4.c.
References Assert(), initStringInfo(), pg_compress_specification::level, next, palloc0(), pg_fatal, and pg_log_error.
Referenced by CreateBackupStreamer().
bbstreamer* bbstreamer_lz4_decompressor_new | ( | bbstreamer * | next | ) |
Definition at line 275 of file bbstreamer_lz4.c.
References Assert(), initStringInfo(), next, palloc0(), and pg_fatal.
Referenced by CreateBackupStreamer().