PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
compress_none.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * compress_none.h
4 * Uncompressed 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_none.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef _COMPRESS_NONE_H_
15#define _COMPRESS_NONE_H_
16
17#include "compress_io.h"
18
20 const pg_compress_specification compression_spec);
22 const pg_compress_specification compression_spec);
23
24#endif /* _COMPRESS_NONE_H_ */
void InitCompressorNone(CompressorState *cs, const pg_compress_specification compression_spec)
Definition: compress_none.c:66
void InitCompressFileHandleNone(CompressFileHandle *CFH, const pg_compress_specification compression_spec)