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
This commit is contained in:
Masahiko Sawada 2026-03-10 11:36:38 -07:00
parent f4a4ce52c0
commit a596d27d80

View file

@ -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',