diff options
author | Andres Freund <andres@anarazel.de> | 2025-02-11 11:39:20 -0500 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2025-02-11 12:53:40 -0500 |
commit | 4dd09a1d415d143386d5e6dc9519615a8b18f850 (patch) | |
tree | 3f5c1dd40aa9fa9edb7c01190097361c8fe05a89 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 740766d37cdf466438c0ccb6c4c8acaa62a7fc90 (diff) |
config: Rename "Asynchronous Behavior" to "I/O"
"I/O" seems more descriptive than "Asynchronous Behavior", given that some of
the GUCs in the section don't relate to anything asynchronous.
Most other abbreviations in the config sections are un-abbreviated, but
"Input/Output" seems less likely to be helpful than just IO or I/O.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/x3tlw2jk5gm3r3mv47hwrshffyw7halpczkfbk3peksxds7bvc@lguk43z3bsyq
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 7a77238646e..43492472455 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -192,7 +192,7 @@ #bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round #bgwriter_flush_after = 0 # measured in pages, 0 disables -# - Asynchronous Behavior - +# - I/O - #backend_flush_after = 0 # measured in pages, 0 disables #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching |