diff options
Diffstat (limited to 'src/include/replication/slot.h')
| -rw-r--r-- | src/include/replication/slot.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h index 38a9a0b3fc..5c3fde20c6 100644 --- a/src/include/replication/slot.h +++ b/src/include/replication/slot.h @@ -91,6 +91,13 @@ typedef struct ReplicationSlotPersistentData */ XLogRecPtr confirmed_flush; + /* + * LSN at which we found a consistent point at the time of slot creation. + * This is also the point where we have exported a snapshot for the + * initial copy. + */ + XLogRecPtr initial_consistent_point; + /* plugin name */ NameData plugin; } ReplicationSlotPersistentData; |
