diff options
Diffstat (limited to 'src/include/utils/snapshot.h')
-rw-r--r-- | src/include/utils/snapshot.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/utils/snapshot.h b/src/include/utils/snapshot.h index 8d1e31e888e..7d3ba38f2cf 100644 --- a/src/include/utils/snapshot.h +++ b/src/include/utils/snapshot.h @@ -13,11 +13,7 @@ #ifndef SNAPSHOT_H #define SNAPSHOT_H -#include "access/htup.h" -#include "access/xlogdefs.h" -#include "datatype/timestamp.h" #include "lib/pairingheap.h" -#include "storage/buf.h" /* @@ -205,9 +201,6 @@ typedef struct SnapshotData uint32 regd_count; /* refcount on RegisteredSnapshots */ pairingheap_node ph_node; /* link in the RegisteredSnapshots heap */ - TimestampTz whenTaken; /* timestamp when snapshot was taken */ - XLogRecPtr lsn; /* position in the WAL stream when taken */ - /* * The transaction completion count at the time GetSnapshotData() built * this snapshot. Allows to avoid re-computing static snapshots when no |