1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

New recovery target recovery_target_lsn

Michael Paquier
This commit is contained in:
Simon Riggs
2016-09-03 17:48:01 +01:00
parent 0c40ab3a88
commit 35250b6ad7
5 changed files with 120 additions and 9 deletions

View File

@@ -83,6 +83,7 @@ typedef enum
RECOVERY_TARGET_XID,
RECOVERY_TARGET_TIME,
RECOVERY_TARGET_NAME,
RECOVERY_TARGET_LSN,
RECOVERY_TARGET_IMMEDIATE
} RecoveryTargetType;