PostgreSQL Source Code  git master
PGLZ_Strategy Struct Reference

#include <pg_lzcompress.h>

Data Fields

int32 min_input_size
 
int32 max_input_size
 
int32 min_comp_rate
 
int32 first_success_by
 
int32 match_size_good
 
int32 match_size_drop
 

Detailed Description

Definition at line 57 of file pg_lzcompress.h.

Field Documentation

◆ first_success_by

int32 PGLZ_Strategy::first_success_by

Definition at line 62 of file pg_lzcompress.h.

Referenced by pglz_compress().

◆ match_size_drop

int32 PGLZ_Strategy::match_size_drop

Definition at line 64 of file pg_lzcompress.h.

Referenced by pglz_compress().

◆ match_size_good

int32 PGLZ_Strategy::match_size_good

Definition at line 63 of file pg_lzcompress.h.

Referenced by pglz_compress().

◆ max_input_size

int32 PGLZ_Strategy::max_input_size

Definition at line 60 of file pg_lzcompress.h.

Referenced by pglz_compress(), and pglz_compress_datum().

◆ min_comp_rate

int32 PGLZ_Strategy::min_comp_rate

Definition at line 61 of file pg_lzcompress.h.

Referenced by pglz_compress().

◆ min_input_size

int32 PGLZ_Strategy::min_input_size

Definition at line 59 of file pg_lzcompress.h.


The documentation for this struct was generated from the following file: