File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ show_backup_list(FILE *out, parray *backup_list)
226
226
227
227
/* if you add new fields here, fix the header */
228
228
/* show header */
229
- fputs ("===============================================================================================================================\n" , out );
230
- fputs (" Instance ID Recovery time Mode WAL Current/Parent TLI Time Data Start LSN Stop LSN Status \n" , out );
231
- fputs ("===============================================================================================================================\n" , out );
229
+ fputs ("================================================================================================================================== \n" , out );
230
+ fputs (" Instance ID Recovery time Mode WAL Current/Parent TLI Time Data Start LSN Stop LSN Status\n" , out );
231
+ fputs ("================================================================================================================================== \n" , out );
232
232
233
233
for (i = 0 ; i < parray_num (backup_list ); i ++ )
234
234
{
You can’t perform that action at this time.
0 commit comments