PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
compress_zstd.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * compress_zstd.h
4 * Zstd interface to compress_io.c routines
5 *
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * IDENTIFICATION
10 * src/bin/pg_dump/compress_zstd.h
11 *
12 *-------------------------------------------------------------------------
13 */
14
15#ifndef COMPRESS_ZSTD_H
16#define COMPRESS_ZSTD_H
17
18#include "compress_io.h"
19
21 const pg_compress_specification compression_spec);
23 const pg_compress_specification compression_spec);
24
25#endif /* COMPRESS_ZSTD_H */
void InitCompressorZstd(CompressorState *cs, const pg_compress_specification compression_spec)
Definition: compress_zstd.c:23
void InitCompressFileHandleZstd(CompressFileHandle *CFH, const pg_compress_specification compression_spec)
Definition: compress_zstd.c:29