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_gzip_writer_new (char *pathname, FILE *file, pg_compress_specification *compress) |
astreamer * | astreamer_gzip_decompressor_new (astreamer *next) |
Definition at line 236 of file astreamer_gzip.c.
References Assert, if(), initStringInfo(), next, palloc0(), and pg_fatal.
Referenced by create_archive_verifier(), and CreateBackupStreamer().
astreamer * astreamer_gzip_writer_new | ( | char * | pathname, |
FILE * | file, | ||
pg_compress_specification * | compress | ||
) |
Definition at line 99 of file astreamer_gzip.c.
References fd(), pg_compress_specification::level, palloc0(), pg_fatal, and pstrdup().
Referenced by CreateBackupStreamer().