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

Appearance settings

Commit 5190ce8

Browse filesBrowse files
committed
Remove outdated reference to RAID spindles.
Commit b09ff53 left behind some outdated advice in the long_desc field of the GUC "effective_io_concurrency". Remove it. Back-patch to 13. Reported-by: Andrew Gierth <andrew@tao11.riddles.org.uk> Reviewed-by: Julien Rouhaud <rjuju123@gmail.com> Discussion: https://postgr.es/m/CA%2BhUKGJyyWqFBxL9gEj-qtjBThGjhAOBE8GBnF8MUJOJ3vrfag%40mail.gmail.com
1 parent be7485a commit 5190ce8
Copy full SHA for 5190ce8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/backend/utils/misc
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc.c

Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ static struct config_int ConfigureNamesInt[] =
29212921
PGC_USERSET,
29222922
RESOURCES_ASYNCHRONOUS,
29232923
gettext_noop("Number of simultaneous requests that can be handled efficiently by the disk subsystem."),
2924-
gettext_noop("For RAID arrays, this should be approximately the number of drive spindles in the array."),
2924+
NULL,
29252925
GUC_EXPLAIN
29262926
},
29272927
&effective_io_concurrency,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.