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