]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix grammar in short description of effective_wal_level.
authorMasahiko Sawada <msawada@postgresql.org>
Tue, 10 Mar 2026 18:36:38 +0000 (11:36 -0700)
committerMasahiko Sawada <msawada@postgresql.org>
Tue, 10 Mar 2026 18:36:38 +0000 (11:36 -0700)
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

src/backend/utils/misc/guc_parameters.dat

index 5ee84a639d828b846fff0cd9c68938058bb261ae..a5a0edf2534aa9b3204771967dd4fdaf70907ff1 100644 (file)
 },
 
 { 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',