pg_rewind: Add missing newline to error message
This commit is contained in:
parent
6a19384e74
commit
025cc86b77
@ -479,7 +479,7 @@ getTimelineHistory(ControlFileData *controlFile, int *nentries)
|
||||
else if (controlFile == &ControlFile_target)
|
||||
histfile = slurpFile(datadir_target, path, NULL);
|
||||
else
|
||||
pg_fatal("invalid control file");
|
||||
pg_fatal("invalid control file\n");
|
||||
|
||||
history = rewind_parseTimeLineHistory(histfile, tli, nentries);
|
||||
pg_free(histfile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user