From b1c4ed2f02b0c4cf1942e6eb2995bdbf8db5cccf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 5 May 2023 07:50:08 +0200 Subject: [PATCH] Fix copy-and-pasto in error message from 2fe3bdbd69 --- src/bin/pg_upgrade/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index 8869b6b60d2..640361009e3 100644 --- a/src/bin/pg_upgrade/option.c +++ b/src/bin/pg_upgrade/option.c @@ -432,7 +432,7 @@ adjust_data_dir(ClusterInfo *cluster) rc = pclose(output); if (rc != 0) - pg_fatal("could not get control data directory using %s: %s", + pg_fatal("could not get data directory using %s: %s", cmd, wait_result_to_str(rc)); /* strip trailing newline and carriage return */