Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f9abfe

Browse files
committed
pg_dump: Restore lost translation marker
The refactoring in03d02f5 lost a translation marker.
1 parent0890f7d commit9f9abfe

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-
returnpsprintf("this build does not support compression with %s",
109+
returnpsprintf(_("this build does not support compression with %s"),
110110
get_compress_algorithm_name(algorithm));
111111

112112
returnNULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp