diff options
Diffstat (limited to 'src/include/access/spgist.h')
-rw-r--r-- | src/include/access/spgist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/spgist.h b/src/include/access/spgist.h index aaf78bca97d..6f59c0bbc52 100644 --- a/src/include/access/spgist.h +++ b/src/include/access/spgist.h @@ -219,5 +219,6 @@ extern void spg_desc(StringInfo buf, XLogReaderState *record); extern const char *spg_identify(uint8 info); extern void spg_xlog_startup(void); extern void spg_xlog_cleanup(void); +extern void spg_mask(char *pagedata, BlockNumber blkno); #endif /* SPGIST_H */ |