From: Peter Eisentraut Date: Tue, 5 Sep 2023 09:36:55 +0000 (+0200) Subject: Unify gratuitously different error messages X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f234b8cd16a4ba6e12cc51a36c8e499661d535bb;p=users%2Frhaas%2Fpostgres.git Unify gratuitously different error messages Fixup for commit 37188cea0c. --- diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 65f64c282d..cebd2400fd 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -13691,7 +13691,7 @@ dumpCollation(Archive *fout, const CollInfo *collinfo) } } else - pg_fatal("unrecognized collation provider '%c'", collprovider[0]); + pg_fatal("unrecognized collation provider: %s", collprovider); /* * For binary upgrade, carry over the collation version. For normal