1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00

added TODO comment for show

This commit is contained in:
Grigory Smolkin 2019-08-28 18:52:22 +03:00
parent fb35cb83b6
commit 5707a727b5

View File

@ -284,6 +284,7 @@ show_backup(time_t requested_backup_id)
backup = read_backup(requested_backup_id);
if (backup == NULL)
{
// TODO for 3.0: we should ERROR out here.
elog(INFO, "Requested backup \"%s\" is not found.",
/* We do not need free base36enc's result, we exit anyway */
base36enc(requested_backup_id));