From 5c6d2a5e7c83bf6e157fe4ca0ab9b123012289e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 7 Jun 2016 14:18:08 -0400 Subject: Message style and wording fixes --- src/bin/pg_rewind/pg_rewind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/pg_rewind/pg_rewind.c') diff --git a/src/bin/pg_rewind/pg_rewind.c b/src/bin/pg_rewind/pg_rewind.c index 4004bbfc77..f472813a64 100644 --- a/src/bin/pg_rewind/pg_rewind.c +++ b/src/bin/pg_rewind/pg_rewind.c @@ -459,7 +459,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"); history = rewind_parseTimeLineHistory(histfile, tli, nentries); pg_free(histfile); @@ -685,7 +685,7 @@ syncTargetDirectory(const char *argv0) strlcpy(full_path, progname, sizeof(full_path)); if (ret == -1) - pg_fatal("The program \"initdb\" is needed by %s but was \n" + pg_fatal("The program \"initdb\" is needed by %s but was\n" "not found in the same directory as \"%s\".\n" "Check your installation.\n", progname, full_path); else -- cgit v1.2.1