mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Fix untranslatable string concatenation in pg_upgrade
Oversight in 1aab680591.
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20250225.140953.1271748916018759840.horikyota.ntt@gmail.com
This commit is contained in:
parent
5b8f2ccc0a
commit
560a842d63
|
|
@ -323,8 +323,8 @@ usage(void)
|
|||
printf(_(" --copy copy files to new cluster (default)\n"));
|
||||
printf(_(" --copy-file-range copy files to new cluster with copy_file_range\n"));
|
||||
printf(_(" --no-statistics do not import statistics from old cluster\n"));
|
||||
printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"));
|
||||
printf(_(" \"unsigned\"\n"));
|
||||
printf(_(" --set-char-signedness=OPTION set new cluster char signedness to \"signed\" or\n"
|
||||
" \"unsigned\"\n"));
|
||||
printf(_(" --sync-method=METHOD set method for syncing files to disk\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user