Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30bbf16

Browse files
author
Artur Zakirov
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
2 parentsa5a1016 +0fc1856 commit30bbf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ show_backup_list(FILE *out, parray *backup_list)
205205
if (backup->recovery_time!= (time_t)0)
206206
time2iso(timestamp,lengthof(timestamp),backup->recovery_time);
207207
if (backup->end_time!= (time_t)0)
208-
snprintf(duration,lengthof(duration),"%.*lf s",0,
208+
snprintf(duration,lengthof(duration),"%.*lfs",0,
209209
difftime(backup->end_time,backup->start_time));
210210

211211
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp