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_lz4_compressor_new (astreamer *next, pg_compress_specification *compress) |
astreamer * | astreamer_lz4_decompressor_new (astreamer *next) |
astreamer * astreamer_lz4_compressor_new | ( | astreamer * | next, |
pg_compress_specification * | compress | ||
) |
Definition at line 72 of file astreamer_lz4.c.
References Assert, initStringInfo(), pg_compress_specification::level, next, palloc0(), pg_fatal, and pg_log_error.
Referenced by CreateBackupStreamer().
Definition at line 277 of file astreamer_lz4.c.
References Assert, initStringInfo(), next, palloc0(), and pg_fatal.
Referenced by create_archive_verifier(), and CreateBackupStreamer().