diff options
Diffstat (limited to 'src/include/access/gistxlog.h')
-rw-r--r-- | src/include/access/gistxlog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/gistxlog.h b/src/include/access/gistxlog.h index 9990d97cbd3..e66b034d7b8 100644 --- a/src/include/access/gistxlog.h +++ b/src/include/access/gistxlog.h @@ -47,8 +47,7 @@ typedef struct gistxlogPageUpdate */ typedef struct gistxlogDelete { - RelFileNode hnode; /* RelFileNode of the heap the index currently - * points at */ + TransactionId latestRemovedXid; uint16 ntodelete; /* number of deleted offsets */ /* |