1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Refactor some error messages for easier translation

This commit is contained in:
Peter Eisentraut
2021-05-12 07:20:10 +02:00
parent a363bc6da9
commit ec6e70c79f
4 changed files with 9 additions and 9 deletions

View File

@ -1586,7 +1586,7 @@ pg_newlocale_from_collation(Oid collid)
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("ICU is not supported in this build"), \
errhint("You need to rebuild PostgreSQL using --with-icu.")));
errhint("You need to rebuild PostgreSQL using %s.", "--with-icu")));
#endif /* not USE_ICU */
}