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

Commit832dc19

Browse files
Fix comment in pg_upgrade.h.
Contrary to what the comment for the "check" struct member claims,'pg_upgrade --check' performs only the checks and does not ask theuser for permission to make changes.Reviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/ZnHk7ci5IuTWVc_c%40nathan
1 parent03ec203 commit832dc19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/bin/pg_upgrade/pg_upgrade.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ typedef struct
321321
*/
322322
typedefstruct
323323
{
324-
boolcheck;/* true -> ask user for permission to make
325-
* changes */
324+
boolcheck;/* check clusters only, don't change any data */
326325
booldo_sync;/* flush changes to disk */
327326
transferModetransfer_mode;/* copy files or link them? */
328327
intjobs;/* number of processes/threads to use */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp