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

Commit1ad5905

Browse files
committed
The attached patch for contrib/pg_autovacuum/README.pg_autovacuum fixes
one apparent error and makes a minor stylistic change that makes it moreconsistent and makes clear something that confused me :-)Andrew Dunstan
1 parente60da4b commit1ad5905

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎contrib/pg_autovacuum/README.pg_autovacuum

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ pg_autovacuum has the following optional arguments:
110110
-D daemonize: Detach from tty and run in background.
111111
-s sleep base value: see "Sleeping" below.
112112
-S sleep scaling factor: see "Sleeping" below.
113-
-v vacuum base threshold: see Vacuum and Analyze.
114-
-V vacuum scaling factor: see Vacuum and Analyze.
115-
-a analyze base threshold: see Vacuum and Analyze.
116-
-A analyze scaling factor: see Vacuum and Analyze.
113+
-v vacuum base threshold: see"Vacuum and Analyze" below.
114+
-V vacuum scaling factor: see"Vacuum and Analyze" below.
115+
-a analyze base threshold: see"Vacuum and Analyze" below.
116+
-A analyze scaling factor: see"Vacuum and Analyze" below.
117117
-L log file: Name of file to which output is submitted, otherwise STDERR
118118
-U username: Username pg_autovacuum will use to connect with, if not
119119
specified the current username is used.
@@ -129,7 +129,7 @@ the time of writing they are:
129129
-v 1000
130130
-V 2
131131
-a 500 (half of -v if not specified)
132-
-A 1 (half of -v if not specified)
132+
-A 1 (half of -V if not specified)
133133
-s 300 (5 minutes)
134134
-S 2
135135

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp