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 88aa4a049a
commit 3a788447d8
1 changed files with 1 additions and 1 deletions

View File

@ -13343,7 +13343,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