mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
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:
parent
f4a4ce52c0
commit
a596d27d80
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue