diff options
Diffstat (limited to 'src/include/common/compression.h')
-rw-r--r-- | src/include/common/compression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/common/compression.h b/src/include/common/compression.h index 5d680058ed7..46855b1a3b3 100644 --- a/src/include/common/compression.h +++ b/src/include/common/compression.h @@ -33,6 +33,8 @@ typedef struct pg_compress_specification char *parse_error; /* NULL if parsing was OK, else message */ } pg_compress_specification; +extern void parse_compress_options(const char *option, char **algorithm, + char **detail); extern bool parse_compress_algorithm(char *name, pg_compress_algorithm *algorithm); extern const char *get_compress_algorithm_name(pg_compress_algorithm algorithm); |