We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0890f7d commit 9f9abfeCopy full SHA for 9f9abfe
src/bin/pg_dump/compress_io.c
@@ -106,7 +106,7 @@ supports_compression(const pg_compress_specification compression_spec)
106
#endif
107
108
if (!supported)
109
- return psprintf("this build does not support compression with %s",
+ return psprintf(_("this build does not support compression with %s"),
110
get_compress_algorithm_name(algorithm));
111
112
return NULL;
0 commit comments