1
0
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:
David Steele 2019-12-01 16:30:44 -05:00
parent 218698088f
commit ab0974cc8e

View File

@ -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