Commit 1a4eba4e authored by Peter Eisentraut's avatar Peter Eisentraut

pg_rewind: Add missing newline to error message

parent e3299d36
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment