diff options
Diffstat (limited to 'src/include/access/hash_xlog.h')
-rw-r--r-- | src/include/access/hash_xlog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/access/hash_xlog.h b/src/include/access/hash_xlog.h index dfd92378199..2e64cfa3eaf 100644 --- a/src/include/access/hash_xlog.h +++ b/src/include/access/hash_xlog.h @@ -197,6 +197,8 @@ typedef struct xl_hash_squeeze_page */ typedef struct xl_hash_delete { + bool clear_dead_marking; /* TRUE if this operation clears + * LH_PAGE_HAS_DEAD_TUPLES flag */ bool is_primary_bucket_page; /* TRUE if the operation is for * primary bucket page */ } xl_hash_delete; |