|
PostgreSQL Source Code git master
|
#include "compress_io.h"

Go to the source code of this file.
Functions | |
| void | InitCompressorZstd (CompressorState *cs, const pg_compress_specification compression_spec) |
| void | InitCompressFileHandleZstd (CompressFileHandle *CFH, const pg_compress_specification compression_spec) |
|
extern |
Definition at line 30 of file compress_zstd.c.
References pg_fatal.
Referenced by InitCompressFileHandle().
|
extern |
Definition at line 24 of file compress_zstd.c.
References pg_fatal.
Referenced by AllocateCompressor().