1
0
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:
Peter Eisentraut
2022-09-24 18:38:35 -04:00
parent a6bc330192
commit 26f7802beb
29 changed files with 64 additions and 68 deletions

View File

@@ -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);