aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/brin_pageops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/brin_pageops.h')
-rw-r--r--src/include/access/brin_pageops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/brin_pageops.h b/src/include/access/brin_pageops.h
index 8b389de4a5a..5189d5ddc2a 100644
--- a/src/include/access/brin_pageops.h
+++ b/src/include/access/brin_pageops.h
@@ -33,6 +33,6 @@ extern bool brin_start_evacuating_page(Relation idxRel, Buffer buf);
extern void brin_evacuate_page(Relation idxRel, BlockNumber pagesPerRange,
BrinRevmap *revmap, Buffer buf);
-extern bool brin_page_cleanup(Relation idxrel, Buffer buf);
+extern void brin_page_cleanup(Relation idxrel, Buffer buf);
#endif /* BRIN_PAGEOPS_H */