mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -2506,8 +2506,8 @@ include_dir 'conf.d'
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="runtime-config-resource-async-behavior">
|
||||
<title>Asynchronous Behavior</title>
|
||||
<sect2 id="runtime-config-resource-io">
|
||||
<title>I/O</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry id="guc-backend-flush-after" xreflabel="backend_flush_after">
|
||||
|
Reference in New Issue
Block a user