mirror of
https://github.com/postgres/postgres.git
synced 2026-03-08 17:20:59 -04:00
pg_rewind: Add missing newline to error message
This commit is contained in:
parent
e3299d36a9
commit
1a4eba4e24
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue