Unify gratuitously different error messages

Fixup for commit 37188cea0c.
This commit is contained in:
Peter Eisentraut 2023-09-05 11:36:55 +02:00
parent f691f5b80a
commit f234b8cd16
1 changed files with 1 additions and 1 deletions

View File

@ -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