Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4861b2

Browse files
committed
Improve GUC description punctuation
partial backpatch of0b039e3
1 parentcacf12e commite4861b2

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4953,7 +4953,7 @@ static struct config_enum ConfigureNamesEnum[] =
49534953

49544954
{
49554955
{"stats_fetch_consistency",PGC_USERSET,STATS_CUMULATIVE,
4956-
gettext_noop("Sets the consistency of accesses to statistics data"),
4956+
gettext_noop("Sets the consistency of accesses to statistics data."),
49574957
NULL
49584958
},
49594959
&pgstat_fetch_consistency,
@@ -5044,7 +5044,7 @@ static struct config_enum ConfigureNamesEnum[] =
50445044

50455045
{
50465046
{"recovery_prefetch",PGC_SIGHUP,WAL_RECOVERY,
5047-
gettext_noop("Prefetch referenced blocks during recovery"),
5047+
gettext_noop("Prefetch referenced blocks during recovery."),
50485048
gettext_noop("Look ahead in the WAL to find references to uncached data.")
50495049
},
50505050
&recovery_prefetch,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp