mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Message style improvements
This commit is contained in:
@@ -234,7 +234,7 @@ parse_compress_specification(pg_compress_algorithm algorithm, char *specificatio
|
||||
}
|
||||
else
|
||||
result->parse_error =
|
||||
psprintf(_("unknown compression option \"%s\""), keyword);
|
||||
psprintf(_("unrecognized compression option: \"%s\""), keyword);
|
||||
|
||||
/* Release memory, just to be tidy. */
|
||||
pfree(keyword);
|
||||
|
Reference in New Issue
Block a user