|
|
@ -488,7 +488,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); |
|
|
|