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:
@@ -83,6 +83,7 @@ typedef enum
|
||||
RECOVERY_TARGET_XID,
|
||||
RECOVERY_TARGET_TIME,
|
||||
RECOVERY_TARGET_NAME,
|
||||
RECOVERY_TARGET_LSN,
|
||||
RECOVERY_TARGET_IMMEDIATE
|
||||
} RecoveryTargetType;
|
||||
|
||||
|
Reference in New Issue
Block a user