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
},
{ 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',