1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-25 09:01:48 +02:00

[Issue #134] set recovery_target_timeline to "current"

This commit is contained in:
Grigory Smolkin 2019-10-21 13:42:51 +03:00
parent 0ad96362d0
commit 3b2af9e83c

View File

@ -976,7 +976,7 @@ create_recovery_conf(time_t backup_id,
* timneline for PG12.
*/
#if PG_VERSION_NUM >= 120000
fio_fprintf(fp, "recovery_target_timeline = '%u'\n", backup->tli);
fio_fprintf(fp, "recovery_target_timeline = 'current'\n");
#endif
}