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

Commit560a842

Browse files
committed
Fix untranslatable string concatenation in pg_upgrade
Oversight in1aab680.Author: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20250225.140953.1271748916018759840.horikyota.ntt@gmail.com
1 parent5b8f2cc commit560a842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_upgrade/option.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ usage(void)
323323
printf(_(" --copy copy files to new cluster (default)\n"));
324324
printf(_(" --copy-file-range copy files to new cluster with copy_file_range\n"));
325325
printf(_(" --no-statistics do not import statistics from old cluster\n"));
326-
printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"));
327-
printf(_(" \"unsigned\"\n"));
326+
printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"
327+
" \"unsigned\"\n"));
328328
printf(_(" --sync-method=METHOD set method for syncing files to disk\n"));
329329
printf(_(" -?, --help show this help, then exit\n"));
330330
printf(_("\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp