mirror of
https://github.com/postgres/postgres.git
synced 2025-05-22 00:02:02 -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
|
#endif
|
||||||
|
|
||||||
if (!supported)
|
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));
|
get_compress_algorithm_name(algorithm));
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user