From 4dd09a1d415d143386d5e6dc9519615a8b18f850 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 11 Feb 2025 11:39:20 -0500 Subject: 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 Discussion: https://postgr.es/m/x3tlw2jk5gm3r3mv47hwrshffyw7halpczkfbk3peksxds7bvc@lguk43z3bsyq --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bd0dffa3e24..17795616b5d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2506,8 +2506,8 @@ include_dir 'conf.d' - - Asynchronous Behavior + + I/O -- cgit v1.2.3