mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -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
|
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
|
* For binary upgrade, carry over the collation version. For normal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user