mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
pg_dump: Restore lost translation marker
The refactoring in 03d02f54a6 lost a translation marker.
This commit is contained in:
parent
0890f7d528
commit
9f9abfeb10
@ -106,7 +106,7 @@ supports_compression(const pg_compress_specification compression_spec)
|
||||
#endif
|
||||
|
||||
if (!supported)
|
||||
return psprintf("this build does not support compression with %s",
|
||||
return psprintf(_("this build does not support compression with %s"),
|
||||
get_compress_algorithm_name(algorithm));
|
||||
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user