From: Peter Eisentraut Date: Fri, 5 May 2023 05:50:08 +0000 (+0200) Subject: Fix copy-and-pasto in error message X-Git-Tag: REL_16_BETA1~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1c4ed2f02b0c4cf1942e6eb2995bdbf8db5cccf;p=thirdparty%2Fpostgresql.git Fix copy-and-pasto in error message from 2fe3bdbd69 --- 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 */