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

Commitacdb8c2

Browse files
committed
Fix pg_upgrade -O/-o options
Fix previous commit that added synchronous_commit=off, but broke -O/-odue to missing space in argument passing.Backpatch to 9.2.
1 parent8e48d77 commitacdb8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_upgrade/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ start_postmaster(ClusterInfo *cluster)
215215
* win on ext4.
216216
*/
217217
snprintf(cmd,sizeof(cmd),
218-
"\"%s/pg_ctl\" -w -l \"%s\" -D \"%s\" -o \"-p %d%s%s%s%s\" start",
218+
"\"%s/pg_ctl\" -w -l \"%s\" -D \"%s\" -o \"-p %d%s%s%s%s\" start",
219219
cluster->bindir,SERVER_LOG_FILE,cluster->pgconfig,cluster->port,
220220
(cluster->controldata.cat_ver >=
221221
BINARY_UPGRADE_SERVER_FLAG_CAT_VER) ?" -b" :

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp