aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/pg_lzcompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/pg_lzcompress.h')
-rw-r--r--src/include/common/pg_lzcompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/pg_lzcompress.h b/src/include/common/pg_lzcompress.h
index d4b2e8a53c6..279b66ec7c3 100644
--- a/src/include/common/pg_lzcompress.h
+++ b/src/include/common/pg_lzcompress.h
@@ -86,6 +86,6 @@ extern const PGLZ_Strategy *const PGLZ_strategy_always;
extern int32 pglz_compress(const char *source, int32 slen, char *dest,
const PGLZ_Strategy *strategy);
extern int32 pglz_decompress(const char *source, int32 slen, char *dest,
- int32 rawsize);
+ int32 rawsize, bool check_complete);
#endif /* _PG_LZCOMPRESS_H_ */