Skip to content

Commit 5707a72

Browse files
committed
added TODO comment for show
1 parent fb35cb8 commit 5707a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/show.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ show_backup(time_t requested_backup_id)
284284
backup = read_backup(requested_backup_id);
285285
if (backup == NULL)
286286
{
287+
// TODO for 3.0: we should ERROR out here.
287288
elog(INFO, "Requested backup \"%s\" is not found.",
288289
/* We do not need free base36enc's result, we exit anyway */
289290
base36enc(requested_backup_id));

0 commit comments

Comments
 (0)