mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
pg_dump: Restore lost translation marker
The refactoring in 03d02f54a6
lost a translation marker.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user