diff options
Diffstat (limited to 'src/include/access/brin_xlog.h')
-rw-r--r-- | src/include/access/brin_xlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/brin_xlog.h b/src/include/access/brin_xlog.h index 38e6dcccf22..10e90d3c78f 100644 --- a/src/include/access/brin_xlog.h +++ b/src/include/access/brin_xlog.h @@ -148,4 +148,4 @@ extern void brin_desc(StringInfo buf, XLogReaderState *record); extern const char *brin_identify(uint8 info); extern void brin_mask(char *pagedata, BlockNumber blkno); -#endif /* BRIN_XLOG_H */ +#endif /* BRIN_XLOG_H */ |