pgsql: config: Rename "Asynchronous Behavior" to "I/O"

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: config: Rename "Asynchronous Behavior" to "I/O"
Date: 2025-02-11 17:56:57
Message-ID: E1thuVE-006aei-Rq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/x3tlw2jk5gm3r3mv47hwrshffyw7halpczkfbk3peksxds7bvc@lguk43z3bsyq

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4dd09a1d415d143386d5e6dc9519615a8b18f850

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
src/backend/utils/misc/guc_tables.c | 10 +++++-----
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/include/utils/guc_tables.h | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-02-11 18:55:28 pgsql: Eagerly scan all-visible pages to amortize aggressive vacuum
Previous Message Tom Lane 2025-02-11 17:49:46 pgsql: Refactor pl_funcs.c to provide a usage-independent tree walker.