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:
parent
fb35cb83b6
commit
5707a727b5
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user