1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Unify gratuitously different error messages

Fixup for commit 37188cea0c.
This commit is contained in:
Peter Eisentraut 2023-09-05 11:36:55 +02:00
parent 88aa4a049a
commit 3a788447d8

View File

@ -13343,7 +13343,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