mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Unify gratuitously different error messages
Fixup for commit 37188cea0c.
This commit is contained in:
parent
88aa4a049a
commit
3a788447d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue