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:
@ -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 */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user