Skip to content

Commit 9f9abfe

Browse files
committed
pg_dump: Restore lost translation marker
The refactoring in 03d02f5 lost a translation marker.
1 parent 0890f7d commit 9f9abfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/compress_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ supports_compression(const pg_compress_specification compression_spec)
106106
#endif
107107

108108
if (!supported)
109-
return psprintf("this build does not support compression with %s",
109+
return psprintf(_("this build does not support compression with %s"),
110110
get_compress_algorithm_name(algorithm));
111111

112112
return NULL;

0 commit comments

Comments
 (0)