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 9cef1b7c25d..53b682c56ef 100644 --- a/src/include/access/hash_xlog.h +++ b/src/include/access/hash_xlog.h @@ -263,7 +263,7 @@ typedef struct xl_hash_init_bitmap_page */ typedef struct xl_hash_vacuum_one_page { - RelFileNode hnode; + TransactionId latestRemovedXid; int ntuples; /* TARGET OFFSET NUMBERS FOLLOW AT THE END */ |