PostgreSQL Source Code  git master
pgp-compress.c File Reference
#include "postgres.h"
#include "pgp.h"
#include "px.h"
Include dependency graph for pgp-compress.c:

Go to the source code of this file.

Functions

int pgp_compress_filter (PushFilter **res, PGP_Context *ctx, PushFilter *dst)
 
int pgp_decompress_filter (PullFilter **res, PGP_Context *ctx, PullFilter *src)
 

Function Documentation

◆ pgp_compress_filter()

int pgp_compress_filter ( PushFilter **  res,
PGP_Context ctx,
PushFilter dst 
)

Definition at line 335 of file pgp-compress.c.

336 {
338 }
#define PXE_PGP_UNSUPPORTED_COMPR
Definition: px.h:69

References PXE_PGP_UNSUPPORTED_COMPR.

Referenced by init_compress().

◆ pgp_decompress_filter()

int pgp_decompress_filter ( PullFilter **  res,
PGP_Context ctx,
PullFilter src 
)

Definition at line 341 of file pgp-compress.c.

342 {
344 }

References PXE_PGP_UNSUPPORTED_COMPR.

Referenced by parse_compressed_data().