mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
pg_rewind: Add missing newline to error message
This commit is contained in:
parent
6a19384e74
commit
025cc86b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue