mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 13:57:32 +08:00
pg_rewind: Add missing newline to error message
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user