diff options
Diffstat (limited to 'src/include/access/hash_xlog.h')
-rw-r--r-- | src/include/access/hash_xlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/hash_xlog.h b/src/include/access/hash_xlog.h index 59230706bb0..6dafb4a5983 100644 --- a/src/include/access/hash_xlog.h +++ b/src/include/access/hash_xlog.h @@ -250,7 +250,7 @@ typedef struct xl_hash_init_bitmap_page */ typedef struct xl_hash_vacuum_one_page { - TransactionId latestRemovedXid; + TransactionId snapshotConflictHorizon; int ntuples; /* TARGET OFFSET NUMBERS FOLLOW AT THE END */ |