mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Message wording improvements
This commit is contained in:
@@ -126,8 +126,8 @@ bbsink_zstd_begin_backup(bbsink *sink)
|
||||
if (ZSTD_isError(ret))
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("could not set compression flag for %s: %s",
|
||||
"long", ZSTD_getErrorName(ret)));
|
||||
errmsg("could not enable long-distance mode: %s",
|
||||
ZSTD_getErrorName(ret)));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user