pg_rewind: Add missing newline to error message

This commit is contained in:
Peter Eisentraut 2018-12-29 13:02:51 +01:00
parent e3299d36a9
commit 1a4eba4e24
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,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);