mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Unify gratuitously different error messages
Fixup for commit 37188cea0c.
This commit is contained in:
parent
f691f5b80a
commit
f234b8cd16
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user