mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Add PostgreSQL version where backup from standby is supported.
This commit is contained in:
parent
218698088f
commit
ab0974cc8e
@ -42,6 +42,9 @@ Version where various PostgreSQL capabilities were introduced
|
||||
// pause_at_recovery_target is supported
|
||||
#define PG_VERSION_RECOVERY_TARGET_PAUSE PG_VERSION_91
|
||||
|
||||
// Backup from standby is supported
|
||||
#define PG_VERSION_BACKUP_STANDBY PG_VERSION_92
|
||||
|
||||
// tablespace_map is created during backup
|
||||
#define PG_VERSION_TABLESPACE_MAP PG_VERSION_95
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user