pgsql: Fix grammar in short description of effective_wal_level.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix grammar in short description of effective_wal_level.
Date: 2026-03-10 18:38:47
Message-ID: E1w01yh-003LeX-2x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix grammar in short description of effective_wal_level.

Align with the convention of using third-person singular (e.g.,
"Shows" instead of "Show") for GUC parameter descriptions.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20260210.143752.1113524465620875233.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a596d27d807974778513158cb0eafc76bae33d97

Modified Files
--------------
src/backend/utils/misc/guc_parameters.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-03-10 18:57:37 pgsql: Introduce the REPACK command
Previous Message Andres Freund 2026-03-10 16:01:32 pgsql: heapam: Don't mimic MarkBufferDirtyHint() in inplace updates