aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2025-02-11 11:39:20 -0500
committerAndres Freund <andres@anarazel.de>2025-02-11 12:53:40 -0500
commit4dd09a1d415d143386d5e6dc9519615a8b18f850 (patch)
tree3f5c1dd40aa9fa9edb7c01190097361c8fe05a89 /src/include
parent740766d37cdf466438c0ccb6c4c8acaa62a7fc90 (diff)
downloadpostgresql-4dd09a1d415d143386d5e6dc9519615a8b18f850.tar.gz
postgresql-4dd09a1d415d143386d5e6dc9519615a8b18f850.zip
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/include')
-rw-r--r--src/include/utils/guc_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index 0b16b4dcf57..1c1c5b6ea52 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -64,7 +64,7 @@ enum config_group
RESOURCES_DISK,
RESOURCES_KERNEL,
RESOURCES_BGWRITER,
- RESOURCES_ASYNCHRONOUS,
+ RESOURCES_IO,
RESOURCES_WORKER_PROCESSES,
WAL_SETTINGS,
WAL_CHECKPOINTS,