pgsql: Fix grammar in short description of effective_wal_level. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: Fix grammar in short description of effective_wal_level.
Date
Msg-id E1w01yh-003LeX-2x@gemulon.postgresql.org
Whole thread Raw
List 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.ntt@gmail.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: heapam: Don't mimic MarkBufferDirtyHint() in inplace updates
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Introduce the REPACK command