mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Unify gratuitously different error messages
Fixup for commit 37188cea0c
.
This commit is contained in:
@@ -13511,7 +13511,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
|
||||
|
Reference in New Issue
Block a user