mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
pg_rewind: Add missing newline to error message
This commit is contained in:
parent
f256995e33
commit
af99ad191a
@ -466,7 +466,7 @@ getTimelineHistory(ControlFileData *controlFile, int *nentries)
|
|||||||
else if (controlFile == &ControlFile_target)
|
else if (controlFile == &ControlFile_target)
|
||||||
histfile = slurpFile(datadir_target, path, NULL);
|
histfile = slurpFile(datadir_target, path, NULL);
|
||||||
else
|
else
|
||||||
pg_fatal("invalid control file");
|
pg_fatal("invalid control file\n");
|
||||||
|
|
||||||
history = rewind_parseTimeLineHistory(histfile, tli, nentries);
|
history = rewind_parseTimeLineHistory(histfile, tli, nentries);
|
||||||
pg_free(histfile);
|
pg_free(histfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user