From: Masahiko Sawada Date: Tue, 10 Mar 2026 18:36:38 +0000 (-0700) Subject: Fix grammar in short description of effective_wal_level. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a596d27d807974778513158cb0eafc76bae33d97;p=thirdparty%2Fpostgresql.git 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 Discussion: https://postgr.es/m/20260210.143752.1113524465620875233.horikyota.ntt@gmail.com --- diff --git a/src/backend/utils/misc/guc_parameters.dat b/src/backend/utils/misc/guc_parameters.dat index 5ee84a639d8..a5a0edf2534 100644 --- a/src/backend/utils/misc/guc_parameters.dat +++ b/src/backend/utils/misc/guc_parameters.dat @@ -806,7 +806,7 @@ }, { name => 'effective_wal_level', type => 'enum', context => 'PGC_INTERNAL', group => 'PRESET_OPTIONS', - short_desc => 'Show effective WAL level.', + short_desc => 'Shows effective WAL level.', flags => 'GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE', variable => 'effective_wal_level', boot_val => 'WAL_LEVEL_REPLICA',