1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-18 21:28:07 +02:00

add TODO to restore comments

This commit is contained in:
Grigory Smolkin 2019-03-26 11:32:15 +03:00
parent 081a0b317c
commit 941b9c4267

View File

@ -414,6 +414,7 @@ do_restore_or_validate(time_t target_backup_id, pgRecoveryTarget *rt,
base36enc(dest_backup->start_time), status2str(dest_backup->status));
/* We ensured that all backups are valid, now restore if required
* TODO: before restore - lock entire parent chain
*/
if (is_restore)
{