aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/mmgr/bump.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/backend/utils/mmgr/bump.c b/src/backend/utils/mmgr/bump.c
index 38e81599262..449bd293448 100644
--- a/src/backend/utils/mmgr/bump.c
+++ b/src/backend/utils/mmgr/bump.c
@@ -101,13 +101,6 @@ struct BumpBlock
(PointerIsValid(set) && IsA(set, BumpContext))
/*
- * BumpBlockIsValid
- * True iff block is valid block of a bump context
- */
-#define BumpBlockIsValid(block) \
- (PointerIsValid(block) && BumpIsValid((block)->context))
-
-/*
* We always store external chunks on a dedicated block. This makes fetching
* the block from an external chunk easy since it's always the first and only
* chunk on the block.