From: Kyotaro Horiguchi Date: Thu, 5 Feb 2026 13:09:00 +0900 Subject: [PATCH 1/6] =?UTF-8?q?Use=20third-person=20singular=20=E2=80=9CSh?= =?UTF-8?q?ows=E2=80=9D=20for=20reporting=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align with the convention of using third-person singular “Shows” in a reporting variable description. --- src/backend/utils/misc/guc_parameters.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/guc_parameters.dat b/src/backend/utils/misc/guc_parameters.dat index 762b8efe6b0..1031c7dbe80 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', -- 2.47.3 ----Next_Part(Tue_Feb_10_14_37_52_2026_180)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0002-Consolidate-target-only-message-variants.patch"