1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +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

@@ -31,7 +31,7 @@ int default_toast_compression = TOAST_PGLZ_COMPRESSION;
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
errmsg("unsupported LZ4 compression method"), \
errdetail("This functionality requires the server to be built with lz4 support."), \
errhint("You need to rebuild PostgreSQL using --with-lz4.")))
errhint("You need to rebuild PostgreSQL using %s.", "--with-lz4")))
/*
* Compress a varlena using PGLZ.