summaryrefslogtreecommitdiff
path: root/src/backend/access/common/toast_compression.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/common/toast_compression.c')
-rw-r--r--src/backend/access/common/toast_compression.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/common/toast_compression.c b/src/backend/access/common/toast_compression.c
index 8a81ff4c0c0..f90f9f11e34 100644
--- a/src/backend/access/common/toast_compression.c
+++ b/src/backend/access/common/toast_compression.c
@@ -30,8 +30,7 @@ int default_toast_compression = TOAST_PGLZ_COMPRESSION;
ereport(ERROR, \
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
errmsg("compression method lz4 not supported"), \
- errdetail("This functionality requires the server to be built with lz4 support."), \
- errhint("You need to rebuild PostgreSQL using %s.", "--with-lz4")))
+ errdetail("This functionality requires the server to be built with lz4 support.")))
/*
* Compress a varlena using PGLZ.