Fix copy-and-pasto in error message
authorPeter Eisentraut <[email protected]>
Fri, 5 May 2023 05:50:08 +0000 (07:50 +0200)
committerPeter Eisentraut <[email protected]>
Fri, 5 May 2023 05:50:08 +0000 (07:50 +0200)
from 2fe3bdbd69

src/bin/pg_upgrade/option.c

index 8869b6b60d24b51fd02d4c6362871d8997b21adf..640361009e30a5f4c9b7593ef8d93a53c2e395bf 100644 (file)
@@ -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 */